Fix KEY_STORAGE_UNAVAILABLE undefined (#2287)
This commit is contained in:
parent
5502d29d7e
commit
f7be43d3af
@ -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'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user