Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparowhawk committed Dec 10, 2024
1 parent 748b2de commit 5d0bc4e
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 @@ -345,7 +345,7 @@ export const initializeAuth = async (dispatch: AppDispatch, refreshAccessToken:
await startBiometricsLogin(dispatch, refreshAccessToken)
return
} else {
const refreshToken = (await api.getRefreshToken()) || (await retrieveRefreshToken())
const refreshToken = api.getRefreshToken() || (await retrieveRefreshToken())
if (refreshToken) {
await refreshAccessToken()
} else {
Expand Down

0 comments on commit 5d0bc4e

Please sign in to comment.