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

This commit is contained in:
2025-04-02 18:24:34 +03:00
committed by Carlosokumu
parent 25d124c58d
commit 1b2f3bb046

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 (