diff --git a/core/proxy.proto b/core/proxy.proto index 0c2f5e1..11b4c32 100644 --- a/core/proxy.proto +++ b/core/proxy.proto @@ -22,6 +22,7 @@ message InitialUserInfo { optional string phone_number = 5; bool is_active = 6; repeated string device_names = 7; + bool enrolled = 8; } message EnrollmentStartResponse {