preliminary frontend for ther auth api
This commit is contained in:
@@ -4,5 +4,6 @@
|
||||
export interface User {
|
||||
id: number;
|
||||
name: string;
|
||||
email: string
|
||||
email: string;
|
||||
password: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user