mirror of
https://github.com/donpat1to/Schichtenplaner.git
synced 2026-01-21 18:39:41 +01:00
added hashed passwords
This commit is contained in:
@@ -9,7 +9,7 @@ export interface Employee {
|
||||
phone?: string;
|
||||
department?: string;
|
||||
createdAt: string;
|
||||
lastLogin?: string;
|
||||
lastLogin?: string | null;
|
||||
}
|
||||
|
||||
export interface Availability {
|
||||
|
||||
Reference in New Issue
Block a user