{% extends "base.html" %} {% block title %}Check Your Email - OWASP ASI FinBot CTF{% endblock %} {% block content %}

Check Your Email

We've sent a magic link to {% if email %} {{ email }} {% else %} your email address {% endif %}

Click the link in the email to sign in. The link will expire in {{ settings.MAGIC_LINK_EXPIRY_MINUTES if settings else 15 }} minutes.

Didn't receive the email? Check your spam folder or

Try again
{% endblock %}