hotfix
This commit is contained in:
@@ -79,7 +79,9 @@ export function AuthProvider({ children }) {
|
||||
if (auth.currentUser) {
|
||||
await auth.currentUser.reload();
|
||||
setCurrentUser({ ...auth.currentUser });
|
||||
return auth.currentUser;
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
const value = {
|
||||
|
||||
Reference in New Issue
Block a user