Skip to content

Commit 00b9a00

Browse files
authored
fix: change otp code possition in subject (#81)
Signed-off-by: romanetar <roman_ag@hotmail.com>
1 parent c2c4c87 commit 00b9a00

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)