mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-23 21:16:52 +01:00
Nullify OAuthTokenRequest
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
|
||||
using Tgstation.Server.Host.Configuration;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace Tgstation.Server.Host.Security.OAuth
|
||||
{
|
||||
/// <summary>
|
||||
@@ -24,7 +22,7 @@ namespace Tgstation.Server.Host.Security.OAuth
|
||||
/// <summary>
|
||||
/// The OAuth redirect URI.
|
||||
/// </summary>
|
||||
public Uri RedirectUri { get; }
|
||||
public Uri? RedirectUri { get; }
|
||||
|
||||
/// <summary>
|
||||
/// The OAuth grant type.
|
||||
|
||||
Reference in New Issue
Block a user