From 5dc3615b2ae207fa1409cd9341173079bf9fa609 Mon Sep 17 00:00:00 2001 From: Brendan Early Date: Sun, 28 Jul 2024 22:10:41 -0500 Subject: [PATCH] typo --- src/components/Popup/SetPasswordPage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Popup/SetPasswordPage.vue b/src/components/Popup/SetPasswordPage.vue index f01ddd65..de3d47ed 100644 --- a/src/components/Popup/SetPasswordPage.vue +++ b/src/components/Popup/SetPasswordPage.vue @@ -106,7 +106,7 @@ export default Vue.extend({ this.$store.commit("currentView/changeView", "LoadingPage"); if (this.defaultEncryption) { - const isCorrectPassword = await verifyPassword( + const isCorrectPassword = await verifyPasswordUsingKeyID( this.defaultEncryption, this.currentPhrase );