Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparowhawk committed Nov 14, 2024
1 parent a4aae5e commit e8228f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VAMobile/src/store/slices/authSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ const saveRefreshToken = async (refreshToken: string): Promise<void> => {
accessible: Keychain.ACCESSIBLE.WHEN_UNLOCKED,
accessControl: Keychain.ACCESS_CONTROL.DEVICE_PASSCODE,
securityLevel: Keychain.SECURITY_LEVEL.SECURE_SOFTWARE,
storage: Keychain.STORAGE_TYPE.AES_GCM,
storage: Keychain.STORAGE_TYPE.AES_GCM_NO_AUTH,
}
console.debug('saveRefreshToken:', options)
console.debug('saveRefreshToken: saving refresh token to keychain')
Expand Down

0 comments on commit e8228f8

Please sign in to comment.