refactor: 前端重构控制台用户状态管理
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
export type SubmitMode = 'password' | 'phone' | 'email';
|
||||
export type LoginFormData = {
|
||||
type: SubmitMode;
|
||||
account?: string;
|
||||
password?: string;
|
||||
phone?: string;
|
||||
email?: string;
|
||||
code?: string;
|
||||
}
|
||||
|
||||
export type SendCodeMode = 'phone' | 'email';
|
||||
export type SendCodeFormData = {
|
||||
type: SendCodeMode;
|
||||
phone?: string;
|
||||
email?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user