fix PWA prompt not working for logged-in users

remotes/1693045480750635534/spooky-22
Aevann1 2022-09-05 01:37:01 +02:00
parent 842300ac6e
commit 92a134c28f
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ def before_request():
request.path = request.path.rstrip('/')
request.full_path = request.full_path.rstrip('?').rstrip('/')
if not request.path: request.path = '/'
@app.after_request
def after_request(response):