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

This commit is contained in:
Phaneron
2024-04-19 17:23:01 -04:00
committed by Shauren
parent 11f32a2427
commit e32ef420fa

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 {