Skip to content

Commit f1d9559

Browse files
committed
fix: correct sfa set
1 parent 19d0d70 commit f1d9559

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/session/KeyStore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { EncryptedStorage } from "../types/IEncryptedStorage";
22
import { SecureStore } from "../types/IExpoSecureStore";
33

44
export const KEYSTORE_KEYS = {
5-
IS_SFA: "w3aIsSFA",
5+
IS_SFA: "sfa_storage_is_sfa",
66
};
77

88
export default class KeyStore {

0 commit comments

Comments
 (0)