bb
This commit is contained in:
parent
c8f3a39355
commit
7a5aac2a63
4 changed files with 5 additions and 5 deletions
|
@ -121,7 +121,7 @@ def notifications(v):
|
|||
|
||||
@app.get("/")
|
||||
@app.get("/logged_out")
|
||||
@auth_required
|
||||
@auth_desired
|
||||
def front_all(v):
|
||||
|
||||
if not v and request.path == "/" and not request.headers.get("Authorization"): return redirect(f"/logged_out{request.full_path}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue