chore: update identity status type to UserStatus #34

Open
mapoofano wants to merge 370 commits from chore-identity-user-status into main
2 changed files with 2 additions and 2 deletions
Showing only changes of commit e21e98568b - Show all commits
+1 -1
View File
@@ -209,7 +209,7 @@ message CheckTFAReq {
optional string reason = 4; // Can be later used as a lookup
}
message Otp {
message TFA {
string status = 1;
int64 code = 2;
string transaction_id = 3;
+1 -1
View File
@@ -296,7 +296,7 @@ message InternalTransferAssetReq {
int64 network_id = 4;
int64 asset_id = 5;
bool approval = 6;
auth.v1.Otp otp = 7;
auth.v1.TFA tfa = 7;
}
message InternalTransferAssetRes {