There was an error while loading. Please reload this page.
1 parent dad7c5c commit 6552270Copy full SHA for 6552270
1 file changed
app/v1/connections.go
@@ -93,7 +93,7 @@ func DiscordCallbackGET(md common.MethodData) common.CodeMessager {
93
94
md.DB.Exec("UPDATE users SET discord_account_id = ? WHERE id = ?", discordUser.ID, md.ID())
95
96
- md.Ctx.Redirect("https://akatsuki.gg", 302)
+ md.Ctx.Redirect("https://akatsuki.gg/settings/connections", 302)
97
return common.SimpleResponse(302, "")
98
}
99
0 commit comments