mirror of
https://github.com/donpat1to/Schichtenplaner.git
synced 2025-11-30 22:45:46 +01:00
fixed settings
This commit is contained in:
@@ -16,7 +16,7 @@ interface AuthContextType {
|
||||
refreshUser: () => void;
|
||||
needsSetup: boolean;
|
||||
checkSetupStatus: () => Promise<void>;
|
||||
updateUser: (userData: Employee) => void; // Add this line
|
||||
updateUser: (userData: Employee) => void;
|
||||
}
|
||||
|
||||
const AuthContext = createContext<AuthContextType | undefined>(undefined);
|
||||
|
||||
Reference in New Issue
Block a user