chore: add change password

This commit is contained in:
2026-03-01 16:35:01 +01:00
parent e4020c6388
commit ce74c16f5d
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -131,6 +131,7 @@ export function AuthProvider({ children }: { children: ReactNode }) {
role,
isLoading: false,
isAuthenticated: true,
mustChangePassword: false,
});
};