mirror of
https://github.com/bitwarden/server.git
synced 2025-04-06 05:28:15 -05:00
update secret import char limit (#3405)
This commit is contained in:
parent
fb89e07df7
commit
b2a3ac4633
@ -36,12 +36,12 @@ public class SMImportRequestModel
|
|||||||
|
|
||||||
[Required]
|
[Required]
|
||||||
[EncryptedString]
|
[EncryptedString]
|
||||||
[EncryptedStringLength(1000)]
|
[EncryptedStringLength(35000)]
|
||||||
public string Value { get; set; }
|
public string Value { get; set; }
|
||||||
|
|
||||||
[Required]
|
[Required]
|
||||||
[EncryptedString]
|
[EncryptedString]
|
||||||
[EncryptedStringLength(1000)]
|
[EncryptedStringLength(10000)]
|
||||||
public string Note { get; set; }
|
public string Note { get; set; }
|
||||||
|
|
||||||
[Required]
|
[Required]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user