V2: updating to new proto schema. domain seperated packages #36

Merged
nfel merged 327 commits from v2 into dev 2026-07-21 10:59:54 +00:00
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 {