We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f052f4 commit c80d537Copy full SHA for c80d537
1 file changed
packages/auth/src/providers/AuthProvider.tsx
@@ -47,8 +47,8 @@ const AuthProvider = ({
47
children: (data: State) => React.ReactNode;
48
}) => {
49
const [state, dispatch] = React.useReducer(reducer, {
50
- isLoading: true,
51
- isSignout: true,
+ isLoading: false,
+ isSignout: false,
52
});
53
54
const authContext = React.useMemo(
0 commit comments