From 1d1924a5c85775721a89378ca39a712f336b8f74 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 20 Dec 2022 16:58:42 +0300 Subject: Disable CSRF entirely --- src/main/resources/templates/views/settings_main.html | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) (limited to 'src/main/resources/templates/views/settings_main.html') diff --git a/src/main/resources/templates/views/settings_main.html b/src/main/resources/templates/views/settings_main.html index c819177e..0c0853f5 100644 --- a/src/main/resources/templates/views/settings_main.html +++ b/src/main/resources/templates/views/settings_main.html @@ -6,7 +6,6 @@

Verify your account by adding email or social account

{% endif %}
-
Notification options

Telegram {% if telegram_name is not empty %} - - +

Telegram: {{ telegram_name }} @@ -36,7 +34,6 @@
{% if jids | length > 0 %} -
XMPP accounts @@ -66,7 +63,6 @@ E-mail -

Add account:
@@ -74,7 +70,6 @@

-

Your accounts:

{% for email in emails %} @@ -92,7 +87,6 @@ {% if emails is not empty %} -

You can receive notifications to email:
Sent to +

Facebook: Enabled @@ -126,8 +119,7 @@
{% else %} -
- +
Facebook: Disabled @@ -143,8 +135,7 @@ Twitter {% if twitter_name is not empty %} - - +
Twitter: {{ twitter_name }} -- cgit v1.2.3