fix: oauth bind callback handling

This commit is contained in:
Seefs
2026-03-23 00:48:55 +08:00
parent deff59a5be
commit f40eb4e5d2
2 changed files with 4 additions and 2 deletions

View File

@@ -190,7 +190,9 @@ func handleOAuthBind(c *gin.Context, provider oauth.Provider) {
}
}
common.ApiSuccessI18n(c, i18n.MsgOAuthBindSuccess, nil)
common.ApiSuccessI18n(c, i18n.MsgOAuthBindSuccess, gin.H{
"action": "bind",
})
}
// findOrCreateOAuthUser finds existing user or creates new user