Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
chore: do not reset auth status on login request
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKohler committed May 13, 2020
1 parent bcffee3 commit c077bde
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/reducers/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ export default function(state = INITIAL_STATE, action) {

case ACTION_LOGIN_REQUEST:
return Object.assign({}, state, {
authed: false,
loginDisabled: true,
});

Expand Down

0 comments on commit c077bde

Please sign in to comment.