Improve expired session and CSRF error handling

This commit is contained in:
Thomas Sileo 2022-09-16 18:14:50 +02:00
parent 949365d8ba
commit b99552384c
5 changed files with 32 additions and 8 deletions

View file

@ -509,3 +509,9 @@ nav.flexbox {
}
}
}
.error-title {
a {
text-decoration: underline;
}
}