- Timestamp:
- 02/06/23 19:28:42 (22 months ago)
- Branches:
- master
- Children:
- 0fb69cc
- Parents:
- a69d48c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/com/example/moviezone/config/WebSecurityConfig.java
ra69d48c rb5ce654 40 40 .loginPage("/login").permitAll() 41 41 .failureUrl("/login?error=BadCredentials") 42 .defaultSuccessUrl("/ products", true)42 .defaultSuccessUrl("/home", true) 43 43 .and() 44 44 .logout()
Note:
See TracChangeset
for help on using the changeset viewer.