diff --git a/resources/assets/js/store/actions.js b/resources/assets/js/store/actions.js index c1aa7f755..1e23921d2 100644 --- a/resources/assets/js/store/actions.js +++ b/resources/assets/js/store/actions.js @@ -1096,6 +1096,9 @@ export default { // readCache await dispatch("handleReadCache") + // Reset auth exception flag after successful login flow + state.ajaxAuthException = null + resolve() }); },