Skip to content

Commit

Permalink
Showing display name as first option now
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenthoms committed Sep 21, 2023
1 parent 242bebd commit c1b281d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/framework/internal/providers/AuthProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const AuthProvider: React.FC<{ children: React.ReactElement }> = (props)
}

apiService.default
.loggedInUser()
.loggedInUser(true)
.then((user) => {
if (user) {
setAuthState(AuthState.LoggedIn);
Expand Down

0 comments on commit c1b281d

Please sign in to comment.