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 );