1
0
mirror of https://github.com/bitwarden/server synced 2025-12-23 19:53:40 +00:00

Add #nullable disable to KM code (#6056)

This commit is contained in:
Justin Baur
2025-07-08 13:29:09 -04:00
committed by GitHub
parent 37cdefbf89
commit 3d09db8e31

View File

@@ -1,4 +1,7 @@
using System.ComponentModel.DataAnnotations; // FIXME: Update this file to be null safe and then delete the line below
#nullable disable
using System.ComponentModel.DataAnnotations;
using Bit.Core.Auth.Models.Api.Request.Accounts; using Bit.Core.Auth.Models.Api.Request.Accounts;
using Bit.Core.Entities; using Bit.Core.Entities;
using Bit.Core.Enums; using Bit.Core.Enums;