{% extends "base.html" %}
{% block content %}
{{ render_text("There has been an unsuccessful login attempt on your SimpleLogin account.") }}
{{ render_text("An invalid TOTP code was provided. The email and password were provided correctly.") }}
{{ render_text("This request was blocked. However, if this was not you, please change your password immediately.") }}
{{ render_text('Thanks,
SimpleLogin Team.') }}
{% endblock %}