Core/Proto: Added missing 'next_url' field to LoginResult
Port From (https://github.com/TrinityCore/LoginResulte/commit/e32ef420facea2ff6c343e84326bc88a3fd1c318)
This commit is contained in:
@@ -24,6 +24,9 @@ namespace Framework.Web.Rest.Login
|
||||
|
||||
[JsonPropertyName("server_evidence_M2")]
|
||||
public string ServerEvidenceM2 { get; set; }
|
||||
|
||||
[JsonPropertyName("next_url")]
|
||||
public string NextUrl { get; set; }
|
||||
}
|
||||
|
||||
public enum AuthenticationState
|
||||
|
||||
Reference in New Issue
Block a user