diff --git a/proto/models/core/network.proto b/proto/models/core/network.proto index 178e05c..46ef7cb 100644 --- a/proto/models/core/network.proto +++ b/proto/models/core/network.proto @@ -5,5 +5,5 @@ package bet.beteran.core.network; message Client { string client_ip = 1; optional string site_url = 2; - optional string session_id = 3; + optional string access_token = 3; }