add auth service

This commit is contained in:
David Rodenkirchen
2024-06-03 09:05:02 +02:00
parent ff2afb4a2d
commit 85f7364ed8
4 changed files with 210 additions and 1 deletions
+1
View File
@@ -19,6 +19,7 @@ class Home(rio.Component):
await self.session.set_title("EZ GG e.V.")
def build(self) -> rio.Component:
self.session.get_permission_level = True
return build_page(rio.Column(
rio.Rectangle(
content=rio.Markdown("### Willkommen auf der Homepage der EZ GG e.V.", margin=1),