Skip to content

Commit

Permalink
Add email to error page (#2172)
Browse files Browse the repository at this point in the history
<img width="502" alt="Screenshot 2024-11-13 at 12 39 27"
src="https://github.com/user-attachments/assets/286b7447-2c0d-4ab5-ba19-2c83307d47c4">
  • Loading branch information
ororsatti authored Jan 6, 2025
1 parent f607c44 commit 19aaf98
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions apps/passport-server/resources/one-click-page/error.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@
<main class="container">
<div class="no-ticket__container">
<span class="card-title__header">NO UPCOMING EVENTS</span>
<span class="card-title__text" style="font-weight: 800;">{{email}}</span>
<span class="card-title__text">Don't see your ticket? <a href="" id="learn-more-btn">Learn more</a></span>
</div>
<button id="learn-more-2" type="button" class="button button--primary"><span
Expand All @@ -233,9 +234,9 @@
</div>
<div class="modal__button_container">
<button id="contact-support-btn" type="button" class="button button--primary"><span
class="button__text button__text--primary">Contact
support</span></button>
<button id="close-btn" type="button" class="button button--secondary"><span
class="button__text button__text--primary">Contact
support</span></button>
<button id="close-btn" type="button" class="button button--secondary"><span
class="button__text button__text--secondary">Close</span></button>
</div>
</div>
Expand Down

0 comments on commit 19aaf98

Please sign in to comment.