correct navbar

This commit is contained in:
2024-05-07 13:15:21 +02:00
parent 135ab48886
commit 83291c246b
11 changed files with 334 additions and 67 deletions

View File

@@ -6,6 +6,6 @@ export function useAuth() {
return React.useContext(AuthenticationContext);
}
//export function getAuth() {
// return React.useContext(AuthenticationContext).user;
//}
export function useGetAuth() {
return React.useContext(AuthenticationContext).user;
}