From 4963f89df68dd6c298a0ddf1b82586d2960fd2ab Mon Sep 17 00:00:00 2001 From: mattamon Date: Wed, 29 May 2024 09:01:26 +0200 Subject: [PATCH] Align at column 24 --- src/Authorization/Service/MailService.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Authorization/Service/MailService.php b/src/Authorization/Service/MailService.php index 3f6e1f010..78684e214 100644 --- a/src/Authorization/Service/MailService.php +++ b/src/Authorization/Service/MailService.php @@ -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 ) );