mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
updated sso password string to be 32 characters (#164)
This commit is contained in:
@@ -77,7 +77,7 @@ export class SsoComponent {
|
||||
|
||||
const passwordOptions: any = {
|
||||
type: 'password',
|
||||
length: 64,
|
||||
length: 32,
|
||||
uppercase: true,
|
||||
lowercase: true,
|
||||
numbers: true,
|
||||
|
||||
Reference in New Issue
Block a user