mirror of
https://github.com/simple-login/app.git
synced 2024-11-11 05:36:32 +01:00
10 lines
327 B
Plaintext
10 lines
327 B
Plaintext
|
{% extends "base.txt.jinja2" %}
|
||
|
|
||
|
{% block content %}
|
||
|
Hello,
|
||
|
|
||
|
Your have tried to register multiple times to {{service}}, and this is against the terms of service of SimpleLogin. Please don't do that anymore.
|
||
|
|
||
|
If you continue registering multiple accounts to a single service we will have to disable your account.
|
||
|
{% endblock %}
|