Skip to content

Commit

Permalink
Merge pull request #11523 from nanaya/reset-username
Browse files Browse the repository at this point in the history
Allow prefilling reset password username
  • Loading branch information
notbakaneko authored Oct 2, 2024
2 parents 8084252 + da812ce commit f1af500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/password_reset/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
--}}
@php
$params = [
'username' => null,
'username' => presence(get_string(request('username'))),
'reason' => null,
...(Session::get('password_reset_start') ?? []),
];
Expand Down

0 comments on commit f1af500

Please sign in to comment.