mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
reverted codeVerifier length back to 64 (#166)
This commit is contained in:
@@ -77,7 +77,7 @@ export class SsoComponent {
|
|||||||
|
|
||||||
const passwordOptions: any = {
|
const passwordOptions: any = {
|
||||||
type: 'password',
|
type: 'password',
|
||||||
length: 32,
|
length: 64,
|
||||||
uppercase: true,
|
uppercase: true,
|
||||||
lowercase: true,
|
lowercase: true,
|
||||||
numbers: true,
|
numbers: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user