From 9620d187921aea1169c82d588136b67f2ca04a30 Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Sun, 22 Jan 2023 21:13:20 -0300 Subject: [PATCH] switch to username and remove unused options --- frontend/src/views/pages/auth/Login.vue | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/frontend/src/views/pages/auth/Login.vue b/frontend/src/views/pages/auth/Login.vue index bc24986..371c113 100644 --- a/frontend/src/views/pages/auth/Login.vue +++ b/frontend/src/views/pages/auth/Login.vue @@ -4,9 +4,8 @@ import { ref, computed } from 'vue'; import AppConfig from '@/layout/AppConfig.vue'; const { layoutConfig, contextPath } = useLayout(); -const email = ref(''); +const username = ref(''); const password = ref(''); -const checked = ref(false); const logoUrl = computed(() => { return `${contextPath}layout/images/${layoutConfig.darkTheme.value ? 'logo-white' : 'logo-dark'}.svg`; @@ -19,26 +18,13 @@ const logoUrl = computed(() => { Sakai logo
-
- Image -
Welcome, Isabel!
- Sign in to continue -
-
- - + + -
-
- - -
- Forgot password? -