mirror of
https://github.com/donpat1to/Schichtenplaner.git
synced 2025-12-01 15:05:45 +01:00
added hashed passwords
This commit is contained in:
@@ -6,7 +6,7 @@ export interface Employee {
|
||||
role: 'admin' | 'instandhalter' | 'user';
|
||||
isActive: boolean;
|
||||
createdAt: string;
|
||||
lastLogin?: string;
|
||||
lastLogin?: string | null;
|
||||
phone?: string;
|
||||
department?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user