This commit is contained in:
Adria Navarro 2023-06-13 14:28:31 +01:00
parent 5f3335c566
commit 38cce94f2c
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
let password = null
const validation = createValidationStore()
validation.addValidatorType("password", "password", "true")
validation.addValidatorType("password", "password", true)
$: validation.observe("password", password)
const Step = { CONFIG: "config", SET_PASSWORD: "set_password" }