From bb0889f2d4a0574e934da4912d3480e0511a8c10 Mon Sep 17 00:00:00 2001 From: Paul Mielcarek Date: Thu, 5 Aug 2021 16:36:28 +0200 Subject: [PATCH] fix: private key validation when adding new account into profile #1614 - lint --- .../ModalFormSubAccountCreation.vue | 7 ++++++- .../ModalFormSubAccountCreationTs.ts | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/views/modals/ModalFormSubAccountCreation/ModalFormSubAccountCreation.vue b/src/views/modals/ModalFormSubAccountCreation/ModalFormSubAccountCreation.vue index e4cc01efd..e13e97039 100644 --- a/src/views/modals/ModalFormSubAccountCreation/ModalFormSubAccountCreation.vue +++ b/src/views/modals/ModalFormSubAccountCreation/ModalFormSubAccountCreation.vue @@ -84,7 +84,12 @@ diff --git a/src/views/modals/ModalFormSubAccountCreation/ModalFormSubAccountCreationTs.ts b/src/views/modals/ModalFormSubAccountCreation/ModalFormSubAccountCreationTs.ts index a88322a86..be5cd6d9f 100644 --- a/src/views/modals/ModalFormSubAccountCreation/ModalFormSubAccountCreationTs.ts +++ b/src/views/modals/ModalFormSubAccountCreation/ModalFormSubAccountCreationTs.ts @@ -39,7 +39,7 @@ import { LedgerService } from '@/services/LedgerService'; import { MnemonicPassPhrase } from 'symbol-hd-wallets'; import { ValidationObserver, ValidationProvider } from 'vee-validate'; import { AccountService } from '@/services/AccountService'; -import { PrivateKeyValidator } from "@/core/validation/validators"; +import { PrivateKeyValidator } from '@/core/validation/validators'; @Component({ components: {