Convert RGPDPage to Typescript

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2026-03-18 21:25:56 +01:00
parent 729e78c725
commit 51a1ee1440
3 changed files with 5 additions and 3 deletions
+1
View File
@@ -6,6 +6,7 @@ export interface AuthContextType {
loading: boolean;
update: () => void;
login: (email: string, password: string) => Promise<{ status: number }>;
logout: () => Promise<void>;
}