From 5ff920cbfaf57a66c6be2b96b9d9c99058bddd03 Mon Sep 17 00:00:00 2001 From: jorgep Date: Wed, 10 Jan 2024 11:04:03 +0100 Subject: [PATCH] feat: refs #6656 addUserSignIn --- js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/index.js b/js/index.js index 4ed2aa7..b6dbdc8 100644 --- a/js/index.js +++ b/js/index.js @@ -12,7 +12,7 @@ function setEvents() { Swal.fire({ title: 'Iniciar sesión', html: - ` + ` `, confirmButtonText: 'Login', showCloseButton: true,