- % if human_tg_id:
- % if state == "logged-in":
- Logged in successfully!
-
- Logged in as ${human_tg_id}.
- You can now close this page.
- You should be invited to Telegram portals on Matrix momentarily.
-
- % elif state == "bot-logged-in":
- Logged in successfully!
-
- Logged in as ${human_tg_id}.
- You can now close this page.
- You should be invited to Telegram portals on Matrix momentarily.
-
- % else:
- You're already logged in!
-
- You're logged in as ${human_tg_id}.
-
-
- If you want to log in with another account, log out using the logout
- management command first.
-
- % endif
- % elif state == "invalid-token":
- Invalid or expired token
- Please ask the bridge bot for a new login link.
- % else:
- Log in to Telegram
- % if error:
- ${error}
- % endif
- % if message:
- ${message}
- % endif
-
- % endif
-
-
-
diff --git a/mautrix_telegram/web/public/matrix-login.html.mako b/mautrix_telegram/web/public/matrix-login.html.mako
deleted file mode 100644
index 09719700..00000000
--- a/mautrix_telegram/web/public/matrix-login.html.mako
+++ /dev/null
@@ -1,79 +0,0 @@
-
-
-
-
-