feat: add is_identity_verified to UserIdentityBasic message

This commit is contained in:
Ata Safapour 2025-12-13 17:16:33 +03:30
parent 8453a6bb9c
commit 776406cb7d

View File

@ -188,6 +188,7 @@ message UserIdentityBasic {
string first_name = 4;
string last_name = 5;
string wallet_address = 6;
bool is_identity_verified = 7;
}
message UserUpdateIdentityReq {