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? -