We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc3ed8e + e7e6275 commit 2f5c2adCopy full SHA for 2f5c2ad
1 file changed
src/main/kotlin/org/gitanimals/identity/controller/request/RedirectWhenSuccess.kt
@@ -30,7 +30,7 @@ enum class RedirectWhenSuccess(
30
),
31
DEV(
32
"https://api.gitanimals.org/logins/oauth/github/tokens/DEV",
33
- "https://gitanimals-dev.vercel.app/en_US/auth/jwt={jwt}",
+ "https://gitanimals-dev.vercel.app/en_US/auth?jwt={jwt}",
34
35
;
36
0 commit comments