diff options
author | Phaneron <superp00t@tutanota.com> | 2024-04-19 17:23:01 -0400 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2024-04-28 16:20:25 +0200 |
commit | e32ef420facea2ff6c343e84326bc88a3fd1c318 (patch) | |
tree | 6398cb6d6327e1a2b8d09f19afce08bb3b7f27b5 /src | |
parent | 11f32a2427caf7064947b03f3256e06d27fe6327 (diff) |
Core/Proto: Added missing 'next_url' field to Login.proto
Diffstat (limited to 'src')
-rw-r--r-- | src/server/proto/Login/Login.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/proto/Login/Login.proto b/src/server/proto/Login/Login.proto index 1a3ad954e2a..496944dc0b3 100644 --- a/src/server/proto/Login/Login.proto +++ b/src/server/proto/Login/Login.proto @@ -63,6 +63,7 @@ message LoginResult { optional string url = 4; optional string login_ticket = 5; optional string server_evidence_M2 = 6; + optional string next_url = 7; } message LoginRefreshResult { |