From 5b32b32324c4bbaaf9c4c5b37eefe8467c03eed2 Mon Sep 17 00:00:00 2001 From: Brendan Early Date: Sun, 28 Jul 2024 21:40:45 -0500 Subject: [PATCH] split out verifyPassword into two functions --- src/components/Popup/SetPasswordPage.vue | 4 ++-- src/models/password.ts | 10 +++++++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/src/components/Popup/SetPasswordPage.vue b/src/components/Popup/SetPasswordPage.vue index 7f6eca5f..f01ddd65 100644 --- a/src/components/Popup/SetPasswordPage.vue +++ b/src/components/Popup/SetPasswordPage.vue @@ -29,7 +29,7 @@