v2: changed tfa check

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2024-12-14 17:09:24 +03:30
parent 72cb1d8117
commit 5eb260df3a
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -205,9 +205,9 @@ message TFAExRes {
string qrcode_base64 = 3;
}
message CheckTFAReq {
// InternalIAM iam = 1;
TFAReq req = 1;
InternalIAM iam = 1;
string code = 2;
TFAReq req = 3;
// optional string algorithm = 3;
// optional string reason = 4; // Can be later used as a lookup
// optional string transaction_id = 5;