diff --git a/src/Tgstation.Server.Host/Security/OAuth/OAuthTokenRequest.cs b/src/Tgstation.Server.Host/Security/OAuth/OAuthTokenRequest.cs index 2c7721f4af..a3955ceaff 100644 --- a/src/Tgstation.Server.Host/Security/OAuth/OAuthTokenRequest.cs +++ b/src/Tgstation.Server.Host/Security/OAuth/OAuthTokenRequest.cs @@ -2,8 +2,6 @@ using Tgstation.Server.Host.Configuration; -#nullable disable - namespace Tgstation.Server.Host.Security.OAuth { /// @@ -24,7 +22,7 @@ namespace Tgstation.Server.Host.Security.OAuth /// /// The OAuth redirect URI. /// - public Uri RedirectUri { get; } + public Uri? RedirectUri { get; } /// /// The OAuth grant type.