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