Merge pull request #3393 from seefs001/fix/oauth-bind

fix: oauth bind callback handling
This commit is contained in:
Calcium-Ion
2026-03-23 15:02:34 +08:00
committed by GitHub
2 changed files with 4 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ const OAuth2Callback = (props) => {
return;
}
if (message === 'bind') {
if (data?.action === 'bind') {
showSuccess(t('绑定成功!'));
navigate('/console/personal');
} else {