Made it so users have to verify their e-mail starting to use the application
This commit is contained in:
@@ -12,6 +12,7 @@ export interface User {
|
||||
desiredLevels: {[key in Module]: number};
|
||||
type: Type;
|
||||
bio: string;
|
||||
isVerified: boolean;
|
||||
}
|
||||
|
||||
export interface Stat {
|
||||
|
||||
Reference in New Issue
Block a user