Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dyakovri authored Apr 10, 2024
1 parent 2b1f754 commit e881a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LoginForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ const submit = async () => {
<v-text-field v-model="email" label="E-mail" type="email" required />
<v-text-field v-model="password" label="Пароль" type="password" required />
<v-btn color="primary" type="submit" class="w-100" size="large">Войти</v-btn>
<v-btn variant="plain" class="w-100" @click="emit('reset-password')"> Забыли пароль </v-btn>
<v-btn variant="plain" class="w-100" @click="emit('reset-password')"> Забыли пароль? </v-btn>
</v-form>
</template>

0 comments on commit e881a72

Please sign in to comment.