Enabled passwordless on cloud.json (#4127)

This commit is contained in:
Todd Martin 2022-11-27 16:18:24 -05:00 committed by GitHub
parent 330423ecde
commit cdd9c16778
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,6 @@
},
"flags": {
"showTrial": true,
"showPasswordless": false
"showPasswordless": true
}
}