Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
jelhub committed Feb 10, 2025
1 parent 3159216 commit 0f49934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/scimgateway.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2544,7 +2544,7 @@ export class ScimGateway {
isMailLock = false
}, (this.config.scimgateway.email.emailOnError.sendInterval || 15) * 1000 * 60)

const msgHtml = `<html><body><pre style="font-family: monospace; white-space: pre-wrap;">${msg}</pre><br/><p><strong>This is an automatically generated email - please do NOT reply to this email</strong></p></body></html>`
const msgHtml = `<html><body><pre style="font-family: monospace; white-space: pre-wrap;">${msg}</pre><br/><p>This is an automatically generated email - please do NOT reply to this email</p></body></html>`
const msgObj = {
from: this.config.scimgateway.email.emailOnError.from,
to: this.config.scimgateway.email.emailOnError.to,
Expand Down

0 comments on commit 0f49934

Please sign in to comment.