Skip to content

Commit

Permalink
Update blog/src/Auth/Controller/ChangePasswordController.php
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Makarov <[email protected]>
  • Loading branch information
rossaddison and samdark authored Aug 20, 2024
1 parent 7233933 commit 59d2293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/src/Auth/Controller/ChangePasswordController.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function change(
// PASSWORD CHANGE and other scenarios, that require forceful access revocation for old sessions.
// The authService logout function will regenerate the auth key here => overwriting any auth key
$authService->logout();
$this->flash_message('success', $this->translator->translate('validator.password.change'));
$this->flashMessage('success', $this->translator->translate('validator.password.change'));
return $this->redirectToMain();
}
return $this->viewRenderer->render('change',
Expand Down

0 comments on commit 59d2293

Please sign in to comment.