#6656 addUserSignIn #18

Merged
jorgep merged 2 commits from 6656-addUserSingIn into test 2024-01-10 13:42:58 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 5ff920cbfa - Show all commits

View File

@ -12,7 +12,7 @@ function setEvents() {
Swal.fire({
title: 'Iniciar sesión',
html:
`<input id="user" class="swal2-input" type="text" placeholder="Usuario" value="${localStorage.getItem('user') ?? ""}">
`<input id="user" class="swal2-input" type="text" placeholder="Usuario" value="${localStorage.getItem('user') ?? ''}">

Si no pongo esto , muestra null

Si no pongo esto , muestra null
<input id="pass" class="swal2-input" type="password" placeholder="Contraseña">`,
confirmButtonText: 'Login',
showCloseButton: true,