mirror of
https://github.com/bitwarden/server
synced 2025-12-28 14:13:48 +00:00
Add #nullable disable to auth code (#6055)
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
using Bit.Core.IdentityServer;
|
||||
// FIXME: Update this file to be null safe and then delete the line below
|
||||
#nullable disable
|
||||
|
||||
using Bit.Core.IdentityServer;
|
||||
using Bit.Core.Platform.Installations;
|
||||
using Duende.IdentityServer.Models;
|
||||
using IdentityModel;
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
using Bit.Core.Enums;
|
||||
// FIXME: Update this file to be null safe and then delete the line below
|
||||
#nullable disable
|
||||
|
||||
using Bit.Core.Enums;
|
||||
using Bit.Core.Identity;
|
||||
using Bit.Core.IdentityServer;
|
||||
using Bit.Core.Repositories;
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
using Bit.Core.Identity;
|
||||
// FIXME: Update this file to be null safe and then delete the line below
|
||||
#nullable disable
|
||||
|
||||
using Bit.Core.Identity;
|
||||
using Bit.Core.Repositories;
|
||||
using Bit.Core.SecretsManager.Models.Data;
|
||||
using Bit.Core.SecretsManager.Repositories;
|
||||
|
||||
Reference in New Issue
Block a user