feat(frontend): issue in verband met login pagina verbeterd
This commit is contained in:
parent
023c7f5d69
commit
7634da475f
14 changed files with 14 additions and 22 deletions
|
@ -1,12 +1,4 @@
|
|||
<script setup lang="ts">
|
||||
import {useRoute} from 'vue-router';
|
||||
|
||||
const route = useRoute();
|
||||
const role = route.params.role;
|
||||
|
||||
if (role === "student") { /* Empty */
|
||||
} else { /* Empty */
|
||||
}
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue