diff --git a/account.proto b/account.proto index 26c5efd..f2bd69a 100644 --- a/account.proto +++ b/account.proto @@ -19,6 +19,7 @@ message AccountLogin { message TapTapLogin { string access_token = 1; string mac_key= 2; + string antiAddiction_token = 3; } message Register { -- libgit2 0.21.2