forked from Kispi/Core
fix(webapp): add pin to data view again
This commit is contained in:
parent
b5247ea3ad
commit
86ef3d989f
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ import AtomInput from '../atoms/AtomInput.vue';
|
|||
import MoleculeMigrateAccountModal from '../molecules/MoleculeMigrateAccountModal.vue';
|
||||
|
||||
const ACCESS_PIN_KEY = '1337';
|
||||
const pinCorrect = ref(true);
|
||||
const pinCorrect = ref(false);
|
||||
const data = ref<IAccountData[]>([]);
|
||||
const initialData = ref<IAccountData[]>([]);
|
||||
const contactName = ref('');
|
||||
|
|
Loading…
Reference in a new issue