1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

reverted codeVerifier length back to 64 (#166)

This commit is contained in:
Addison Beck
2020-09-04 16:01:54 -04:00
committed by GitHub
parent cc12e58ac5
commit 4745c24695

View File

@@ -77,7 +77,7 @@ export class SsoComponent {
const passwordOptions: any = {
type: 'password',
length: 32,
length: 64,
uppercase: true,
lowercase: true,
numbers: true,