Skip to content

Commit

Permalink
email: fix org recovery link in email (PROJQUAY-2589) (#904)
Browse files Browse the repository at this point in the history
* email: fix org recovery link in email (PROJQUAY-2589) (#903)

Signin link was always linking ton quay.io in org recovery
emails. Updated to link to whatever the SERVER_HOSTNAME is.

* email: fix org recovery link in email (PROJQUAY-2589)

Signin link was always linking ton quay.io in org recovery
emails. Updated to link to whatever the SERVER_HOSTNAME is.

build(deps): bump url-parse from 1.4.0 to 1.5.2 (#873)

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.0 to 1.5.2.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](unshiftio/url-parse@1.4.0...1.5.2)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
kleesc and dependabot[bot] committed Sep 29, 2021
1 parent 5996cbe commit a2ba0a4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion emails/orgrecovery.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h3 style="font-weight: 400">Organization recovery: <strong>{{ organization }}</

<table style="">
<tr>
<td style="background: #40B4E5; padding: 10px; border-radius: 3px; color: #fff; font-size: 20px; font-weight: 500"><a style="text-decoration: none; color: #ffffff;" href="https://quay.io/signin/">Login to Recover</a></td>
<td style="background: #40B4E5; padding: 10px; border-radius: 3px; color: #fff; font-size: 20px; font-weight: 500"><a style="text-decoration: none; color: #ffffff;" href="{{ app_link('signin/') }}">Login to Recover</a></td>
</tr>
</table>

Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"raven-js": "^3.1.0",
"rxjs": "5.5.7",
"showdown": "^1.6.4",
"url-parse": "^1.4.0"
"url-parse": "^1.5.2"
},
"devDependencies": {
"@types/angular": "1.6.2",
Expand Down

0 comments on commit a2ba0a4

Please sign in to comment.