mirror of
https://github.com/FranP-code/Open-Telegram-to-Notion-Website.git
synced 2025-10-13 00:42:53 +00:00
Authorization page done
This commit is contained in:
18
views/auth.hbs
Normal file
18
views/auth.hbs
Normal file
@@ -0,0 +1,18 @@
|
||||
{{> global cssFile="auth"}}
|
||||
|
||||
<body>
|
||||
<div>
|
||||
{{#if success}}
|
||||
<h2>Copy the following code on the Telegram chat</h2>
|
||||
<div class="request-success">
|
||||
<img src="/img/auth_copy.svg" alt="copy">
|
||||
<code>{{data.access_token}}</code>
|
||||
</div>
|
||||
{{else}}
|
||||
<div class="request-error">
|
||||
<h2>There has been an error authorizing the app, please try again</h2>
|
||||
</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user