adds session authentication

This commit is contained in:
2019-11-14 12:33:07 +01:00
parent b20a582a42
commit 0d5cc365fc
3 changed files with 99 additions and 35 deletions

View File

@@ -20,7 +20,6 @@
<script>
var app = Elm.Main.init({
node: document.getElementById('app'),
flags: 0,
});
</script>
</body>