Skip to content

Commit

Permalink
Align at column 24
Browse files Browse the repository at this point in the history
  • Loading branch information
mattamon committed May 29, 2024
1 parent 60c16a3 commit 4963f89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Authorization/Service/MailService.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ public function sendResetPasswordMail(UserInterface $user, string $token): void
$mail->setIgnoreDebugMode(true);
$mail->text(
sprintf(
"Login to pimcore and change your password using the following link.
This temporary login link will expire in 24 hours: \r\n\r\n %s",
"Login to pimcore and change your password using the following link.
This temporary login link will expire in 24 hours: \r\n\r\n %s",
$loginUrl
)
);
Expand Down

0 comments on commit 4963f89

Please sign in to comment.