Skip to content

Commit

Permalink
Fix internal security mode:
Browse files Browse the repository at this point in the history
- set signin uri to match frontend.
  • Loading branch information
kostobog committed May 7, 2024
1 parent a4ebf93 commit 187d2d6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ private SecurityConstants() {

public static final String PASSWORD_PARAM = "password";

public static final String SECURITY_CHECK_URI = "/j_spring_security_check";
public static final String SECURITY_CHECK_URI = "/auth/signin";

public static final String LOGOUT_URI = "/j_spring_security_logout";
public static final String LOGOUT_URI = "/auth/logout";

public static final String COOKIE_URI = "/";

Expand Down

0 comments on commit 187d2d6

Please sign in to comment.