Skip to content

Commit 2e9eec1

Browse files
regression: infinite loading on login button after TOTP cancel (#6056)
Co-authored-by: Diego Mello <[email protected]>
1 parent 928461f commit 2e9eec1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/sagas/login.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ const handleLoginRequest = function* handleLoginRequest({
138138
return;
139139
}
140140
yield put(logoutAction(true));
141+
} else {
142+
yield put(loginFailure(e));
141143
}
142144
}
143145
};

0 commit comments

Comments
 (0)