mirror of
https://github.com/certd/certd.git
synced 2026-05-16 05:07:32 +08:00
perf: 第三方登录允许选择logo
This commit is contained in:
@@ -142,6 +142,7 @@ export const useUserStore = defineStore({
|
||||
url: provider.logoutUrl,
|
||||
method: "get",
|
||||
withCredentials: true,
|
||||
showErrorNotify: false,
|
||||
});
|
||||
} catch (e) {
|
||||
console.error("注销第三方登录失败:", e);
|
||||
|
||||
Reference in New Issue
Block a user