Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mymindstorm committed Jul 29, 2024
1 parent 5b32b32 commit 5dc3615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Popup/SetPasswordPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
);
Expand Down

0 comments on commit 5dc3615

Please sign in to comment.