Skip to content

Commit 32968bc

Browse files
committed
Fix reset password email HTML
Relates to #376
1 parent 83a9f6e commit 32968bc

File tree

1 file changed

+2
-1
lines changed
  • src/upload/application/controllers/home

1 file changed

+2
-1
lines changed

src/upload/application/controllers/home/mail.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@ private function sendPassEmail(string $email, string $new_password): bool
165165
[
166166
'mail' => Functions::readConfig('admin_email'),
167167
'name' => $this->game_name,
168-
]
168+
],
169+
'html'
169170
);
170171
}
171172
}

0 commit comments

Comments
 (0)