add fidelity card module

This commit is contained in:
2025-11-02 18:03:19 +02:00
parent ee4913487a
commit 4fe190ddad
7 changed files with 539 additions and 75 deletions

View File

@@ -36,8 +36,8 @@ def main(page: ft.Page):
if route == "/admin":
if not page.client_storage.get("is_authenticated"):
page.go("/auth")
return
page.go("/auth")
return
dashbaord = Dashboard(page)
page.add(dashbaord.build())
page.update()