From 24b2e29d65b04c370a4cfd773564b61bd8b59f45 Mon Sep 17 00:00:00 2001 From: Swen van Zanten Date: Fri, 5 Feb 2021 01:03:48 +0100 Subject: [PATCH] bugfix pin reset --- src/authentication/index.ts | 2 +- src/views/Authentication/AuthenticationModal.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/authentication/index.ts b/src/authentication/index.ts index ac7390c..f23cd0c 100644 --- a/src/authentication/index.ts +++ b/src/authentication/index.ts @@ -75,7 +75,7 @@ class AuthManager { canCancel: ['escape', 'outside'], onCancel: closeHandler, events: { - resetPin () { + reset () { Log.info('user wants to reset PIN') const options = { diff --git a/src/views/Authentication/AuthenticationModal.vue b/src/views/Authentication/AuthenticationModal.vue index b6a33a3..3b0626f 100644 --- a/src/views/Authentication/AuthenticationModal.vue +++ b/src/views/Authentication/AuthenticationModal.vue @@ -17,7 +17,7 @@ Cancel
- +