QOL changes

- Authentication code only gets send now if you don't have one or your code expired
- Added custom error page
- Trying out scalable Interface
This commit is contained in:
2020-12-09 21:38:43 +01:00
parent aa036fb07b
commit e503b0df61
6 changed files with 31 additions and 2 deletions
@@ -10,6 +10,13 @@
<body class="center-screen">
<script>
var scale = Math.min(
availableWidth / contentWidth,
availableHeight / contentHeight
);
</script>
<h1 th:text="|Dir wurde ein Code an ${name} gesendet!|"></h1>
<h2>Bitte gebe den Authentifizierungscode ein</h2>
<form action="#" id="passForm" th:action="@{/vote}" method="post">