#42 LoginView userName + MathieuCaron ID
This commit is contained in:
@@ -19,12 +19,12 @@
|
|||||||
<v-card-text>
|
<v-card-text>
|
||||||
<v-form class="label-mail-password">
|
<v-form class="label-mail-password">
|
||||||
<v-text-field prepend-icon="mdi-email" type="text" v-model="user.email"
|
<v-text-field prepend-icon="mdi-email" type="text" v-model="user.email"
|
||||||
label="E-mail" class="text-start"></v-text-field>
|
label="Nom d'utilisateur" class="text-start"></v-text-field>
|
||||||
<v-text-field prepend-icon="mdi-lock" type="password" v-model="user.password"
|
<v-text-field prepend-icon="mdi-lock" type="password" v-model="user.password"
|
||||||
label="Mot de passe" class="text-start"></v-text-field>
|
label="Mot de passe" class="text-start"></v-text-field>
|
||||||
</v-form>
|
</v-form>
|
||||||
<v-snackbar v-model="errorSnackBar">
|
<v-snackbar v-model="errorSnackBar">
|
||||||
Email ou mot de passe invalide.
|
Nom d'utilisateur ou mot de passe invalide.
|
||||||
<template v-slot:actions>
|
<template v-slot:actions>
|
||||||
<v-btn color="red" variant="text" @click="errorSnackBar = false">Fermer</v-btn>
|
<v-btn color="red" variant="text" @click="errorSnackBar = false">Fermer</v-btn>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user