updated sso password string to be 32 characters (#164)

This commit is contained in:
Addison Beck 2020-09-04 14:08:18 -04:00 committed by GitHub
parent bffec57e02
commit cc12e58ac5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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