mirror of
https://github.com/bitwarden/server.git
synced 2025-12-11 23:31:02 -06:00
Add #nullable disable to KM code (#6056)
This commit is contained in:
parent
37cdefbf89
commit
3d09db8e31
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user