mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-27 12:36:14 +01:00
updated sso password string to be 32 characters (#164)
This commit is contained in:
parent
bffec57e02
commit
cc12e58ac5
@ -77,7 +77,7 @@ export class SsoComponent {
|
|||||||
|
|
||||||
const passwordOptions: any = {
|
const passwordOptions: any = {
|
||||||
type: 'password',
|
type: 'password',
|
||||||
length: 64,
|
length: 32,
|
||||||
uppercase: true,
|
uppercase: true,
|
||||||
lowercase: true,
|
lowercase: true,
|
||||||
numbers: true,
|
numbers: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user