Skip to content

Commit

Permalink
Fixed issue
Browse files Browse the repository at this point in the history
  • Loading branch information
daannet authored and soofstad committed May 19, 2023
1 parent 112414f commit ffae2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AuthContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ export const AuthProvider = ({ authConfig, children }: IAuthProvider) => {
}
setLoginInProgress(false)
})
return
}
return
}

// First page visit
Expand Down

0 comments on commit ffae2ff

Please sign in to comment.