mirror of
https://github.com/bitwarden/server
synced 2025-12-23 11:43:23 +00:00
Do not require uri and password for sites
This commit is contained in:
@@ -15,14 +15,12 @@ namespace Bit.Api.Models
|
||||
[EncryptedString]
|
||||
[StringLength(300)]
|
||||
public string Name { get; set; }
|
||||
[Required]
|
||||
[EncryptedString]
|
||||
[StringLength(5000)]
|
||||
public string Uri { get; set; }
|
||||
[EncryptedString]
|
||||
[StringLength(200)]
|
||||
public string Username { get; set; }
|
||||
[Required]
|
||||
[EncryptedString]
|
||||
[StringLength(300)]
|
||||
public string Password { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user