mirror of
https://github.com/bitwarden/server
synced 2025-12-23 19:53:40 +00:00
Turn on file scoped namespaces (#2225)
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace Bit.Api.Models.Request.Accounts
|
||||
namespace Bit.Api.Models.Request.Accounts;
|
||||
|
||||
public class VerifyOTPRequestModel
|
||||
{
|
||||
public class VerifyOTPRequestModel
|
||||
{
|
||||
[Required]
|
||||
public string OTP { get; set; }
|
||||
}
|
||||
[Required]
|
||||
public string OTP { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user