From 31204caa19b34155f5eab03c29f56141ad0b4fe1 Mon Sep 17 00:00:00 2001 From: Aleksander <170264518+t-aleksander@users.noreply.github.com> Date: Thu, 6 Jun 2024 15:15:46 +0200 Subject: [PATCH] add enrolled field --- core/proxy.proto | 1 + 1 file changed, 1 insertion(+) 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 {