(20241223) Zerodha auth now returns views.

This commit is contained in:
2024-12-23 16:27:52 +05:30
parent 3296fec639
commit 58e91fb15f
16 changed files with 112 additions and 294 deletions
@@ -101,7 +101,7 @@
<div class="message-container">
<div class="cancellation-circle"><b>!</b></div> <!-- Exclamation mark icon inside the circle -->
<h1><b>Authorization Cancelled</b></h1>
<p>It seems that the authorization for your <b>{{ mail_client }}</b> account was cancelled unexpectedly.
<p>It seems that the authorization for your <b>{{ client }}</b> account was cancelled unexpectedly.
Please feel free to try again whenever you feel like it. You can close this tab at any time.</p>
<!-- Close button -->
@@ -101,8 +101,8 @@
<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>{{ mail_client }}</b> account.
<br><br><b>Hint:</b> {{ failure_hint }}<br><br>
<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>
<!-- Close button -->
@@ -101,7 +101,7 @@
<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>{{ mail_client }}</b> account. You can close this tab at any time.</p>
<p>We have received authorization from your <b>{{ client }}</b> account. You can close this tab at any time.</p>
<!-- Close button -->
<button class="btn btn-secondary" onclick="window.close();">Close</button>