Skip to content

Commit f4537f3

Browse files
author
Petr Kachanovsky
committed
fix password input validity message
1 parent 011eece commit f4537f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adminforth/spa/src/views/LoginView.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
<input
5555
ref="passwordInput"
5656
autocomplete="current-password"
57+
oninput="setCustomValidity('')"
5758
@keydown.enter="login"
5859
:type="!showPw ? 'password': 'text'" name="password" id="password" placeholder="••••••••" class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-600 dark:border-gray-500 dark:placeholder-gray-400 dark:text-white" required />
5960
<button type="button" @click="showPw = !showPw" class="absolute top-12 right-3 -translate-y-1/2 text-gray-400 dark:text-gray-300">

0 commit comments

Comments
 (0)