Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mountiny committed Oct 8, 2024
1 parent 69ebfd9 commit a7f159f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/Authentication.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function reauthenticate(command = ''): Promise<void> {
NetworkStore.setIsAuthenticating(false);
})
.catch((error) => {
// In case the atuhentication call throws error, we need to sign user out as most likely they are missing credentials
// In case the authenticate call throws error, we need to sign user out as most likely they are missing credentials
NetworkStore.setIsAuthenticating(false);
Log.hmmm('Redirecting to Sign In because we failed to reauthenticate', {error});
redirectToSignIn('passwordForm.error.fallback');
Expand Down

0 comments on commit a7f159f

Please sign in to comment.