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 c4ab030 commit fbcf149Copy full SHA for fbcf149
resources/js/pages/settings/Password.vue
@@ -36,17 +36,6 @@ const currentPasswordInput = ref<HTMLInputElement | null>(null);
36
:options="{
37
preserveScroll: true,
38
}"
39
- @error="
40
- (errors) => {
41
- if (errors.password && passwordInput) {
42
- passwordInput.focus();
43
- }
44
-
45
- if (errors.current_password && currentPasswordInput) {
46
- currentPasswordInput.focus();
47
48
49
- "
50
reset-on-success
51
:reset-on-error="['password', 'password_confirmation', 'current_password']"
52
class="space-y-6"
0 commit comments