chore: adds test for sso flows

This commit is contained in:
Livio Bieri 2023-12-04 15:58:51 +01:00 committed by Christian Cueni
parent 9fdc2faecd
commit 100362b6a5
1 changed files with 4 additions and 1 deletions

View File

@ -26,7 +26,10 @@ const user = useUserStore();
</a>
<p class="mb-4 mt-12">{{ $t("a.Hast du schon ein Konto?") }}</p>
<a :href="`/sso/login?lang=${user.language}`" class="btn-secondary">
<a
:href="`/sso/login?course=${props.courseType}&lang=${user.language}`"
class="btn-secondary"
>
{{ $t("a.Anmelden") }}
</a>
</template>