We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 011eece commit f4537f3Copy full SHA for f4537f3
adminforth/spa/src/views/LoginView.vue
@@ -54,6 +54,7 @@
54
<input
55
ref="passwordInput"
56
autocomplete="current-password"
57
+ oninput="setCustomValidity('')"
58
@keydown.enter="login"
59
: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 />
60
<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