Fix KEY_STORAGE_UNAVAILABLE undefined (#2287)

This commit is contained in:
ekzyis 2025-07-16 23:48:56 +02:00 committed by GitHub
parent 5502d29d7e
commit f7be43d3af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,8 +1,7 @@
import { isTemplate, isWallet } from '@/wallets/lib/util' import { isTemplate, isWallet } from '@/wallets/lib/util'
export const KeyStatus = { export const KeyStatus = {
KEY_MATCH: 'KEY_MATCH', KEY_STORAGE_UNAVAILABLE: 'KEY_STORAGE_UNAVAILABLE',
NO_KEY: 'NO_KEY',
WRONG_KEY: 'WRONG_KEY' WRONG_KEY: 'WRONG_KEY'
} }