diff --git a/demo/src/main/java/com/example/demo/config/SecurityConfig.java b/demo/src/main/java/com/example/demo/config/SecurityConfig.java index 8df7bce..0507a6a 100644 --- a/demo/src/main/java/com/example/demo/config/SecurityConfig.java +++ b/demo/src/main/java/com/example/demo/config/SecurityConfig.java @@ -18,7 +18,7 @@ public class SecurityConfig { public SecurityFilterChain securityFilterChain(HttpSecurity http) throws Exception { http .authorizeHttpRequests(auth -> auth - .requestMatchers("/login", "/register", "/css/**").permitAll() + .requestMatchers("/login", "/register", "/css/**", "/images/**").permitAll() .anyRequest().authenticated() ) .formLogin(form -> form diff --git a/demo/src/main/resources/static/css/create-account.css b/demo/src/main/resources/static/css/create-account.css index 04c238f..8430983 100644 --- a/demo/src/main/resources/static/css/create-account.css +++ b/demo/src/main/resources/static/css/create-account.css @@ -74,7 +74,7 @@ body, html { } -.login-box rows { +.login-box .rows { display: flex; gap: 10px; align-items: center; diff --git a/demo/src/main/resources/templates/create-account.html b/demo/src/main/resources/templates/create-account.html index 826f243..78ec2d3 100644 --- a/demo/src/main/resources/templates/create-account.html +++ b/demo/src/main/resources/templates/create-account.html @@ -1,50 +1,46 @@ - - Create Thyme Crunch Account - + + Create Thyme Crunch Account +
- Violin f-hole shape to the left of header. + Violin f-hole shape to the left of header.

Thyme Crunch

- Violin f-hole shape to the right of header. + Violin f-hole shape to the right of header. +
- - - -
-
+ +
+ -
-
+ + + +
diff --git a/demo/src/main/resources/templates/home.html b/demo/src/main/resources/templates/home.html index 5b95231..9734a42 100644 --- a/demo/src/main/resources/templates/home.html +++ b/demo/src/main/resources/templates/home.html @@ -8,9 +8,9 @@
- Violin f-hole shape to the left of header. + Violin f-hole shape to the left of header.

Thyme Crunch

- Violin f-hole shape to the right of header. + Violin f-hole shape to the right of header.
diff --git a/demo/src/main/resources/templates/login.html b/demo/src/main/resources/templates/login.html index 2ec19f9..64eb148 100644 --- a/demo/src/main/resources/templates/login.html +++ b/demo/src/main/resources/templates/login.html @@ -8,9 +8,9 @@
- Violin f-hole shape to the left of header. + Violin f-hole shape to the left of header.

Thyme Crunch

- Violin f-hole shape to the right of header. + Violin f-hole shape to the right of header.