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 f599a00 commit 20dacf7Copy full SHA for 20dacf7
app/Http/Controllers/Settings/PasswordController.php
@@ -16,12 +16,9 @@ class PasswordController extends Controller
16
/**
17
* Show the user's password settings page.
18
*/
19
- public function edit(Request $request): Response
+ public function edit(): Response
20
{
21
- return Inertia::render('settings/password', [
22
- 'mustVerifyEmail' => $request->user() instanceof MustVerifyEmail,
23
- 'status' => $request->session()->get('status'),
24
- ]);
+ return Inertia::render('settings/password');
25
}
26
27
0 commit comments