Skip to content

Commit

Permalink
hotfix: login redirect url referer 기준 분기 처리 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
egg528 committed Mar 26, 2024
1 parent e72fb1c commit 232e3dd
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ class WebSecurityConfig(
val redirectUrl =
if (profile == "live") {
"https://bandiboodi.com/oauth2/token"
} else if (profile == "dev" && (referer.contains("dev-bandiboodi") || referer.contains("accounts.google"))) {
"https://dev-bandiboodi.vercel.app/oauth2/token"
} else {
"http://localhost:3000/oauth2/token"
}
Expand Down

0 comments on commit 232e3dd

Please sign in to comment.