Inicio de usuários

This commit is contained in:
LeoMortari
2025-11-02 20:39:57 -03:00
parent 91c3cd42f6
commit e95d33f172
4 changed files with 266 additions and 285 deletions

View File

@@ -103,19 +103,6 @@
</q-form>
<p v-if="error" class="login-card__error">{{ error }}</p>
<div class="login-card__footer">
<span>Precisa de ajuda?</span>
<Button
variant="ghost"
color="secondary"
text-color="primary"
icon="sym_o_chat"
label="Falar com suporte"
full-width
@click.prevent="handleSupport"
/>
</div>
</q-card>
</section>
</div>
@@ -244,7 +231,7 @@ export default {
<style scoped lang="scss">
.login-page {
min-height: 100vh;
height: 100vh;
display: flex;
align-items: stretch;
justify-content: center;