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 -

-
-
{