diff --git a/frontend/src/Login.vue b/frontend/src/Login.vue index 4c9250a..1d74c4c 100644 --- a/frontend/src/Login.vue +++ b/frontend/src/Login.vue @@ -2,11 +2,10 @@ import { ref } from 'vue' import i18n from './i18n.js' - const formname = i18n(login.guest.forname) const login= ref(true) const page = ref(0) - const message = ref("") + const message = ref(i18n("login.guest.login") ) @@ -19,8 +18,7 @@

SIGN IN

-

USERNAME

- +

USERNAME

@@ -40,13 +38,13 @@

WELCOME TO THE UNIVERSITY

-
+

LASTNAME

-

{{ forname }}

+

{{ message }}