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 ffe8c384fc - Show all commits
+1 -1
View File
@@ -235,7 +235,7 @@ message CheckTFAReq {
message TFA { message TFA {
TfaStateEnum state = 1; TfaStateEnum state = 1;
int64 code = 2; int64 code = 2;
uint64 id = 3; int64 id = 3;
} }
enum TfaStateEnum { enum TfaStateEnum {