(20250104) Breeze authorization will be accepted now.

This commit is contained in:
2025-01-04 15:22:51 +05:30
parent aadcc87e2a
commit 0c2d7816f4
13 changed files with 316 additions and 83 deletions
@@ -101,9 +101,11 @@
<div class="message-container">
<div class="failure-circle"></div> <!-- Red circle with failure icon -->
<h1><b>Authorization Failed</b></h1>
<p>Something went wrong in getting authorization from your <b>{{ client }}</b> account.
<p>
Something went wrong in getting authorization from your <b>{{ client }}</b> account.
<br><br><b>Hint:</b> {{ failure_hint|safe }}<br><br>
Please feel free to try the same steps again. You can close this tab at any time.</p>
Please feel free to try the same steps again. You can close this tab at any time.
</p>
<!-- Close button -->
<button class="btn btn-secondary" onclick="window.close();">Close</button>
@@ -101,7 +101,11 @@
<div class="message-container">
<div class="success-circle"></div> <!-- Red circle with failure icon -->
<h1><b>Authorization Successful</b></h1>
<p>We have received authorization from your <b>{{ client }}</b> account. You can close this tab at any time.</p>
<p>
We have received authorization from your <b>{{ client }}</b> account.
{{ extra_message|safe }}
<br><br>You can close this tab at any time.
</p>
<!-- Close button -->
<button class="btn btn-secondary" onclick="window.close();">Close</button>