Skip to content

Commit

Permalink
🛠 Fixing broken URL of horusec logo in template e-mail (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasbrunozup authored Dec 2, 2020
1 parent 44042db commit edbb4fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ const EmailConfirmationTpl = `<!doctype html>
<tr>
<td>
<p class="align-center logo-wrapper">
<img width="150px" src="https://horus-assets.s3.amazonaws.com/images/horus_logo_200921.svg">
<img width="150px" src="https://horusec.io/images/logo/horus_principal.svg">
</p>
<h1 class="align-left">Hello, {{.Username}}!</h1>
<p>To start using Horusec, confirm your email.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ const OrganizationInviteTpl = `<!doctype html>
<tr>
<td>
<p class="align-center logo-wrapper">
<img width="150px" src="https://horus-assets.s3.amazonaws.com/images/horus_logo_200921.svg">
<img width="150px" src="https://horusec.io/images/logo/horus_principal.svg">
</p>
<h1 class="align-left">Hello, {{.Username}}!</h1>
<p>You have been invited to join the organization {{.CompanyName}}.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ const ResetPasswordTpl = `<!doctype html>
<tr>
<td>
<p class="align-center logo-wrapper">
<img width="150px" src="https://horus-assets.s3.amazonaws.com/images/horus_logo_200921.svg">
<img width="150px" src="https://horusec.io/images/logo/horus_principal.svg">
</p>
<h1 class="align-left">Hello, {{.Username}}!</h1>
<p>You have requested a password reset to access HORUSEC. The code is valid for 10 minutes
Expand Down

0 comments on commit edbb4fb

Please sign in to comment.