From c5673b339b49c0d836dd0e2355d0bbd66ceee47a Mon Sep 17 00:00:00 2001 From: alfred-mk Date: Wed, 2 Apr 2025 18:24:34 +0300 Subject: [PATCH] added a DATA_SELF_PIN_RESET to track when a user's PIN is reset by an admin --- store/db/db.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/store/db/db.go b/store/db/db.go index 220ac56..f7f7013 100644 --- a/store/db/db.go +++ b/store/db/db.go @@ -65,6 +65,8 @@ const ( DATA_ACCOUNT_ALIAS //currently suggested alias by the api awaiting user's confirmation as accepted account alias DATA_SUGGESTED_ALIAS + //currently suggested alias by the api awaiting user's confirmation as accepted account alias + DATA_SELF_PIN_RESET ) const (