{% extends "introduction/base.html" %} {% block content %} {% block title %} Broken Authentication Lab {% endblock %}
Login Through Otp




{% if otp %}

Your 3 Digit Verification Code:{{otp}}

{% endif %} {% if email %}

Login Successful as user : {{email}}

{% endif %}
{% endblock %}