added a DATA_SELF_PIN_RESET to track when a user's PIN is reset by an admin

This commit is contained in:
Alfred Kamanda 2025-04-02 18:24:34 +03:00
parent 2634790118
commit c5673b339b
Signed by: Alfred-mk
GPG Key ID: 7EA3D01708908703

View File

@ -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 (