Skip to content

Commit

Permalink
Fix Log.hmmm
Browse files Browse the repository at this point in the history
  • Loading branch information
marcaaron committed Apr 27, 2022
1 parent 58a139a commit f1c8b4f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/libs/Authentication.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,11 @@ function reauthenticate(command = '') {
}

// If we experience something other than a network error then redirect the user to sign in
redirectToSignIn(error.message);

Log.hmmm('Redirecting to Sign In because we failed to reauthenticate', {
command,
error: error.message,
});
redirectToSignIn(error.message);
});
}

Expand Down

0 comments on commit f1c8b4f

Please sign in to comment.