Modify login process

This commit is contained in:
simple321vip
2022-08-28 12:45:49 +08:00
parent e9c8cb9d33
commit c865fd1184
51 changed files with 207 additions and 162 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
type User = {
type Tenant = {
id: string,
username: string
account: string
}
export { User }
export { Tenant }