chore: use auth api v1 in frontend

This commit is contained in:
Steven
2023-06-22 19:11:59 +08:00
parent 0296e5b57f
commit f67e0adea4
7 changed files with 45 additions and 103 deletions

View File

@ -15,12 +15,6 @@ interface User {
role: Role;
}
interface UserCreate {
email: string;
password: string;
displayName: string;
}
interface UserPatch {
id: UserId;