fix error message is not localized text on the OAuth 2.0 callback page

This commit is contained in:
MaysWind
2025-10-21 22:07:05 +08:00
parent 1f101fea3e
commit 512acc5a49
19 changed files with 185 additions and 167 deletions
+2 -1
View File
@@ -235,7 +235,8 @@ const router = createRouter({
provider: route.query['provider'],
platform: route.query['platform'],
userName: route.query['userName'],
error: route.query['error']
errorCode: route.query['errorCode'],
errorMessage: route.query['errorMessage']
})
},
{