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