chore: update identity status type to UserStatus #34

Open
mapoofano wants to merge 370 commits from chore-identity-user-status into main
Showing only changes of commit 1b6a64aa46 - Show all commits
+2 -1
View File
@@ -218,5 +218,6 @@ message TFA {
enum OtpStateEnum {
OPT_STATE_ENUM_UNSPECIFIED = 0;
LOGIN = 1;
PAYMENT = 2;
INTERNAL_TRANSFER = 2;
EXTERNAL_TRANSFER = 3;
}