refactor(auth): remove apple login status
This commit is contained in:
@@ -12,8 +12,6 @@ export const LoginStatus = {
|
||||
Google: "google",
|
||||
/** 邮箱 + 密码登录 */
|
||||
Email: "email",
|
||||
/** Apple ID 登录 */
|
||||
Apple: "apple",
|
||||
} as const;
|
||||
|
||||
export type LoginStatus = (typeof LoginStatus)[keyof typeof LoginStatus];
|
||||
|
||||
Reference in New Issue
Block a user