{% extends "base.html" %} {% block title %}Telegram Authentication - Telegram to YouTube Uploader{% endblock %} {% block content %}

Telegram Authentication

{% if session.get('telegram_needs_code') %}
Cancel
{% elif status.telegram_authenticated %} Back to Dashboard {% else %}

Click the button below to initiate the Telegram connection process. If an OTP is required, you will be prompted on this page.

Back to Dashboard {% endif %} {% endblock %}