Support login with email

This commit is contained in:
2023-12-20 14:55:15 +08:00
parent 4d072e0de8
commit 73bfe53edc
5 changed files with 13 additions and 13 deletions

2
src/global.d.ts vendored
View File

@@ -149,7 +149,7 @@ interface GroupVo {
}
interface LoginForm {
username: string
account: string
password: string
}