Finish register in Sign

This commit is contained in:
2023-12-24 23:44:51 +08:00
parent bbc669ba3e
commit 27a41944c6
6 changed files with 278 additions and 52 deletions

2
src/global.d.ts vendored
View File

@@ -77,6 +77,7 @@ interface LoginParam {
interface UserWithPowerInfoVo {
id: string
username: string
verified: boolean
locking: boolean
expiration: string
credentialsExpiration: string
@@ -97,6 +98,7 @@ interface UserWithPowerInfoVo {
interface UserWithRoleInfoVo {
id: string
username: string
verify: string
locking: boolean
expiration: string
credentialsExpiration: string