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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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.Entities;
using Bit.Core.Enums;