mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-11 06:57:12 +08:00
style: 优化社交身份认证注释为三方账号认证
This commit is contained in:
@@ -53,7 +53,7 @@ const useUserStore = defineStore('user', {
|
||||
}
|
||||
},
|
||||
|
||||
// 社交身份登录
|
||||
// 三方账号身份登录
|
||||
async socialLogin(source: string, req: any) {
|
||||
try {
|
||||
const res = await userSocialLogin(source, req);
|
||||
|
Reference in New Issue
Block a user