Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Xinecraft committed Nov 10, 2024
1 parent 7e20cf4 commit 4181e06
Show file tree
Hide file tree
Showing 188 changed files with 1,795 additions and 1,795 deletions.
2 changes: 1 addition & 1 deletion app/Http/Controllers/PlayerPasswordResetController.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function update(Request $request, PluginSettings $pluginSettings)
Cache::put('player_password_reset::user::' . $request->user()->id, now(), $cooldownInSeconds);

// Fire Job to reset password.
PlayerPasswordResetCommandJob::dispatch(
PlayerPasswordResetCommandJob::dispatchSync(
$player,
$request->user()->id,
$request->new_password,
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4181e06

Please sign in to comment.