Skip to content

Commit

Permalink
safe flash
Browse files Browse the repository at this point in the history
  • Loading branch information
beckpaul committed Dec 3, 2023
1 parent 8ecafaf commit 66be0d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ exports = module.exports = async function (req, res) {

res.render('account/requestPasswordReset', {
section: 'account',
flash: flash,
flash: flash || {},
steamReset: response.data.steamUrl,
formData,
recaptchaSiteKey: appConfig.recaptchaKey
Expand Down

0 comments on commit 66be0d7

Please sign in to comment.