v2: type changed

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2025-03-04 15:16:40 +03:30
parent 2cdf15a2a7
commit ffe8c384fc
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

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 {