v2: redeem added to tfa code state

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

View File

@ -225,6 +225,7 @@ enum TfaStateEnum {
LOGIN = 1;
INTERNAL_TRANSFER = 2;
EXTERNAL_TRANSFER = 3;
REDEEM_TOKEN = 4;
}
message Recipient {