Account login possible

This commit is contained in:
2024-09-11 14:54:33 +02:00
parent ee07a5a5af
commit 463b49ba93
10 changed files with 122 additions and 48 deletions

View File

@@ -20,7 +20,7 @@ const banner = ref(new BannerModel())
<v-expand-transition>
<v-row v-if="!showRegisterCard">
<v-col>
<login-form v-model:show-register-card="showRegisterCard" />
<login-form v-model:show-register-card="showRegisterCard" v-model:banner="banner" />
</v-col>
</v-row>
</v-expand-transition>