Core/Proto: Added missing 'next_url' field to Login.proto

This commit is contained in:
Phaneron
2024-04-28 16:20:25 +02:00
committed by Shauren
parent 11f32a2427
commit e32ef420fa
+1
View File
@@ -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 {