Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparowhawk committed Dec 5, 2024
1 parent 358ae90 commit 22819c9
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 @@ -342,7 +342,7 @@ export const initializeAuth = async (dispatch: AppDispatch, refreshAccessToken:
const pType = await getAuthLoginPromptType()
if (pType === LOGIN_PROMPT_TYPE.UNLOCK) {
await finishInitialize(dispatch, false)
await startBiometricsLogin(dispatch, refreshAccessToken)
// await startBiometricsLogin(dispatch, refreshAccessToken)
return
} else {
const refreshToken = await retrieveRefreshToken()
Expand Down

0 comments on commit 22819c9

Please sign in to comment.