Skip to content

Commit 70d2c73

Browse files
author
yaroslav8765
committed
fix: remove setCustomValidity
1 parent dc0bf52 commit 70d2c73

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adminforth/spa/src/views/LoginView.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
name="username"
5656
id="username"
5757
ref="usernameInput"
58-
@input="usernameInput.value?.setCustomValidity('')"
5958
@keydown.enter="passwordInput.focus()"
6059
class="w-full"
6160
placeholder="[email protected]" required />
@@ -66,7 +65,6 @@
6665
v-model="password"
6766
ref="passwordInput"
6867
autocomplete="current-password"
69-
@input="passwordInput.value?.setCustomValidity('')"
7068
@keydown.enter="login"
7169
:type="!showPw ? 'password': 'text'" name="password" id="password" placeholder="••••••••" class="w-full" required>
7270
<template #rightIcon>

0 commit comments

Comments
 (0)