Skip to content

Commit

Permalink
[keyserver] Remove target blank
Browse files Browse the repository at this point in the history
Summary: Unfortunately, it doesn't solve https://linear.app/comm/issue/ENG-4089/invite-links-dont-work-on-prod.

Test Plan: Check if clicking a link in Chrome doesn't open a new card.

Reviewers: kamil, inka

Reviewed By: kamil

Subscribers: ashoat

Differential Revision: https://phab.comm.dev/D8486
  • Loading branch information
palys-swm committed Jul 13, 2023
1 parent d14c689 commit 041958e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions keyserver/src/responders/website-responders.js
Original file line number Diff line number Diff line change
Expand Up @@ -801,11 +801,7 @@ async function inviteResponder(req: $Request, res: $Response): Promise<void> {
<div class="separator"></div>
<section class="buttons">
<a class="button" href="${stores.appStoreUrl}">Download Comm</a>
<a
class="button secondary"
href="${inviteLinkUrl(secret)}"
target="_blank"
>
<a class="button secondary" href="${inviteLinkUrl(secret)}">
Invite Link
</a>
</section>
Expand Down

0 comments on commit 041958e

Please sign in to comment.