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 8a0c7451fb - Show all commits
+3 -3
View File
@@ -210,13 +210,13 @@ message CheckTFAReq {
}
message TFA {
OtpStateEnum state = 1;
TfaStateEnum state = 1;
int64 code = 2;
string transaction_id = 3;
}
enum OtpStateEnum {
OPT_STATE_ENUM_UNSPECIFIED = 0;
enum TfaStateEnum {
TFA_STATE_ENUM_UNSPECIFIED = 0;
LOGIN = 1;
INTERNAL_TRANSFER = 2;
EXTERNAL_TRANSFER = 3;