aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhaneron <superp00t@tutanota.com>2024-04-19 17:23:01 -0400
committerOvahlord <dreadkiller@gmx.de>2024-05-28 16:45:45 +0200
commit59798e33196356ba9ac5f07540c70c08282dab29 (patch)
treec293dd43d2cefe7382cb0d11c30bca32bf31e744 /src
parentffac60879bb2b5539b775b34ddcbd9251736b0a7 (diff)
Core/Proto: Added missing 'next_url' field to Login.proto
(cherry picked from commit e32ef420facea2ff6c343e84326bc88a3fd1c318)
Diffstat (limited to 'src')
-rw-r--r--src/server/proto/Login/Login.proto1
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 {