mirror of
https://github.com/Mueller-Patrick/Betterzon.git
synced 2026-05-26 12:38:03 +00:00
BETTERZON-84: Adding service method to check if a session is valid (#37)
This commit is contained in:
@@ -3,7 +3,6 @@ export interface User {
|
||||
username: string;
|
||||
email: string;
|
||||
password_hash: string;
|
||||
hashing_salt: string;
|
||||
registration_date: Date;
|
||||
last_login_date: Date;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user