From 368d51e061b59a19ef319a497de19b20bba3e7ad Mon Sep 17 00:00:00 2001 From: fbenoist68 Date: Tue, 19 Dec 2023 18:38:29 +0100 Subject: [PATCH] fix: login and password --- src/pages/login.vue | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/src/pages/login.vue b/src/pages/login.vue index 6e02e86..2d553bb 100755 --- a/src/pages/login.vue +++ b/src/pages/login.vue @@ -38,8 +38,8 @@ const errors = ref>({ const refVForm = ref() const credentials = ref({ - username: 'Fred', - password: 'admin123', + username: '', + password: '', }) const rememberMe = ref(false) @@ -120,19 +120,6 @@ const onSubmit = () => { Please sign-in to your account and start the adventure

- - -

- Admin username: admin / Pass: admin -

-

- Support username: support / Pass: support -

-
-
{