add feature to set user defined expiration on every user close #4
This commit is contained in:
@@ -5,7 +5,7 @@ export interface User {
|
||||
user: string;
|
||||
email: string;
|
||||
role: string;
|
||||
expires: string;
|
||||
expiration?: string;
|
||||
password?: string;
|
||||
settings?: Settings;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user