Skip to content

Commit 6552270

Browse files
authored
Redirect Discord linking to connections page (#111)
1 parent dad7c5c commit 6552270

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/v1/connections.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ func DiscordCallbackGET(md common.MethodData) common.CodeMessager {
9393

9494
md.DB.Exec("UPDATE users SET discord_account_id = ? WHERE id = ?", discordUser.ID, md.ID())
9595

96-
md.Ctx.Redirect("https://akatsuki.gg", 302)
96+
md.Ctx.Redirect("https://akatsuki.gg/settings/connections", 302)
9797
return common.SimpleResponse(302, "")
9898
}
9999

0 commit comments

Comments
 (0)