Changeset 7225443


Ignore:
Timestamp:
01/08/23 22:12:38 (21 months ago)
Author:
Bojan <bojantrpeski123@…>
Branches:
main
Children:
f7b963f
Parents:
c579aef
Message:

Login filter added

Location:
FullyStocked/src/main
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • FullyStocked/src/main/java/com/bazi/fullystocked/FullyStockedApplication.java

    rc579aef r7225443  
    33import org.springframework.boot.SpringApplication;
    44import org.springframework.boot.autoconfigure.SpringBootApplication;
     5import org.springframework.boot.web.servlet.ServletComponentScan;
    56import org.springframework.context.annotation.Bean;
    67import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder;
     
    89
    910@SpringBootApplication
     11@ServletComponentScan
    1012public class FullyStockedApplication {
    1113
  • FullyStocked/src/main/resources/templates/login.html

    rc579aef r7225443  
    2525                    <button type="submit" class="btn btn-primary btn-lg btn-block">Најави се</button>
    2626
     27
     28
    2729                </form>
     30                <p>Немаш профил? <a href="/register" class="link-info">Регистрирај сe тука!</a></p>
    2831            </div>
    2932        </div>
  • FullyStocked/src/main/resources/templates/register.html

    rc579aef r7225443  
    7171
    7272                </form>
    73 
     73                <p class="d-flex justify-content-center">Веќе имаш профил? <a href="/login" class="link-info"> Најави сe тука!</a></p>
    7474              </div>
    7575              <div class="col-md-10 col-lg-6 col-xl-7 d-flex align-items-center order-1 order-lg-2">
Note: See TracChangeset for help on using the changeset viewer.