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 2cdf15a2a7 - Show all commits
+2 -2
View File
@@ -212,7 +212,7 @@ message TFAReq {
optional string mobile = 2;
optional string email = 3;
optional string reason = 4; // issued jwt reason -> can be login, redeem, withdrawal
optional int64 transaction_id = 5;
optional int64 id = 5;
optional TfaStateEnum state = 6;
}
@@ -228,7 +228,7 @@ message CheckTFAReq {
TFAReq req = 3;
// optional string algorithm = 3;
// optional string reason = 4; // Can be later used as a lookup
// optional string transaction_id = 5;
// optional string id = 5;
// optional TfaStateEnum state = 6;
}