2018-09-03 16:33:13 +02:00
|
|
|
{% extends "errors/default.twig" %}
|
|
|
|
|
|
|
|
{% block title %}{{ __("Authentication expired") }}{% endblock %}
|
|
|
|
|
|
|
|
{% block content %}
|
2023-01-17 15:05:47 +01:00
|
|
|
<div class="alert alert-warning" role="alert">{{ __("The provided CSRF token is invalid or has expired") }}</div>
|
2018-09-03 16:33:13 +02:00
|
|
|
{% endblock %}
|