Account login possible
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user