add flag to handle single field profile edit

This commit is contained in:
2024-08-28 10:09:49 +03:00
parent 2e9d9175d9
commit c565a9dde5

View File

@@ -18,4 +18,5 @@ const (
USERFLAG_PINMISMATCH
USERFLAG_INCORRECTDATEFORMAT
USERFLAG_ACCOUNT_CREATION_FAILED
USERFLAG_SINGLE_EDIT
)