Skip to content

Commit 2b32ada

Browse files
committed
fix: change otp code possition in subject
Signed-off-by: romanetar <roman_ag@hotmail.com>
1 parent cfde1b7 commit 2b32ada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Mail/OAuth2PasswordlessOTPMail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public function __construct
118118
*/
119119
public function build()
120120
{
121-
$this->subject = sprintf("[%s] Your Single-use Code - %s", Config::get('app.app_name'), $this->otp);
121+
$this->subject = sprintf("[%s] %s is your Single-use Code", Config::get('app.app_name'), $this->otp);
122122
Log::debug(sprintf("OAuth2PasswordlessOTPMail::build to %s", $this->email));
123123
return $this->from(Config::get("mail.from"))
124124
->to($this->email)

0 commit comments

Comments
 (0)