From a4ccf12b7a9aa59ba1a190179cc5cc4a1f114758 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Sun, 30 Jun 2024 17:20:05 +0800 Subject: [PATCH] :sparkles: Password reset & user lookup API --- .idea/workspace.xml | 15 ++---- pkg/internal/server/api/accounts_api.go | 14 +++++ pkg/internal/server/api/index.go | 6 ++- pkg/internal/services/accounts.go | 3 +- web/src/views/flow/confirm.vue | 6 +-- web/src/views/flow/password-reset.vue | 68 ++++++++++++++++--------- 6 files changed, 71 insertions(+), 41 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index f46b1c5..bcc541f 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,18 +4,13 @@