chore(release): 0.1.0 #4

Merged
pufereq merged 53 commits from release/0.1.0 into main 2025-08-09 15:03:45 +00:00
9 changed files with 135 additions and 22 deletions
Showing only changes of commit f3f521efe2 - Show all commits

View File

@@ -52,7 +52,7 @@ def load_user(user_id: str) -> User | None:
@app.route("/")
def index() -> str:
def index() -> flask.Response | str:
"""Renders the index page with a link to the login page."""
if flask_login.current_user.is_authenticated:
return flask.redirect(flask.url_for("panel"))