Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparowhawk committed Dec 13, 2024
1 parent f7aefa2 commit 85c7a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VAMobile/src/utils/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ export const loginFinish = async (dispatch: AppDispatch, isError: boolean, authC
...userSettings,
authCredentials: authCredentials,
})
await dispatch(dispatchUpdateLoading(isError))
await dispatch(dispatchUpdateLoading(false))
await dispatch(dispatchUpdateLoggedIn(!isError))
await dispatch(dispatchUpdateSyncing(store.getState().auth.syncing && !isError))
}
Expand Down

0 comments on commit 85c7a8a

Please sign in to comment.