Update login page
This commit is contained in:
parent
097750184c
commit
b746e235d3
|
|
@ -152,8 +152,8 @@
|
|||
"imprintText": "Impressum"
|
||||
},
|
||||
"general": {
|
||||
"back": "zurück",
|
||||
"backCapitalized": "@.capitalize:general.back",
|
||||
"back": "capit",
|
||||
"backCapitalized": "Zurück",
|
||||
"backToCircle": "zurück zum Circle",
|
||||
"backToLearningPath": "zurück zum Lernpfad",
|
||||
"certificate_one": "Zertifikat",
|
||||
|
|
@ -210,6 +210,8 @@
|
|||
},
|
||||
"login": {
|
||||
"demoLogin": "Demo Login",
|
||||
"guidelineFile": "Registrierung _myVBV.pptx",
|
||||
"guidelineText": "Erfahre wie du dich als üK-Lernende/r registrieren kannst",
|
||||
"login": "Login",
|
||||
"ssoLogin": "SSO Login/Registration",
|
||||
"ssoText": "Klicke auf den Button, um dich über SSO anzumelden oder zu registrieren.",
|
||||
|
|
|
|||
|
|
@ -26,9 +26,18 @@ const userStore = useUserStore();
|
|||
<main class="bg-gray-200 lg:px-12 lg:py-12">
|
||||
<div class="container-medium">
|
||||
<h1 class="mb-8">{{ $t("login.welcomeUk") }}</h1>
|
||||
<p>
|
||||
<p class="mb-8">
|
||||
{{ $t("login.welcomeText") }}
|
||||
</p>
|
||||
<p>
|
||||
<a
|
||||
class="link"
|
||||
:href="`/static/media/uk/${$t('login.guidelineFile')}`"
|
||||
target="_blank"
|
||||
>
|
||||
{{ $t("login.guidelineText") }}
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="container-medium">
|
||||
<h1 class="mb-8">{{ $t("login.login") }}</h1>
|
||||
|
|
@ -103,7 +112,9 @@ const userStore = useUserStore();
|
|||
<br />
|
||||
{{ $t("uk.contact.address") }}
|
||||
<br />
|
||||
<a href="mailto:uek-support@vbv-afa.ch">uek-support@vbv-afa.ch</a>
|
||||
<a class="link" href="mailto:uek-support@vbv-afa.ch">
|
||||
uek-support@vbv-afa.ch
|
||||
</a>
|
||||
</p>
|
||||
</address>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue