diff --git a/stubs/inertia/resources/js/Pages/Profile/DeleteUserForm.vue b/stubs/inertia/resources/js/Pages/Profile/DeleteUserForm.vue index 7e4a613dc..639dedbd4 100644 --- a/stubs/inertia/resources/js/Pages/Profile/DeleteUserForm.vue +++ b/stubs/inertia/resources/js/Pages/Profile/DeleteUserForm.vue @@ -85,6 +85,7 @@ this.confirmingUserDeletion = false this.form.reset() }, + confirmUserDeletion() { this.confirmingUserDeletion = true; diff --git a/stubs/inertia/resources/js/Pages/Profile/LogoutOtherBrowserSessionsForm.vue b/stubs/inertia/resources/js/Pages/Profile/LogoutOtherBrowserSessionsForm.vue index 98ab6dd19..8a40afdb2 100644 --- a/stubs/inertia/resources/js/Pages/Profile/LogoutOtherBrowserSessionsForm.vue +++ b/stubs/inertia/resources/js/Pages/Profile/LogoutOtherBrowserSessionsForm.vue @@ -123,6 +123,7 @@ this.confirmingLogout = false this.form.reset() }, + confirmLogout() { this.confirmingLogout = true