This commit is contained in:
Aevann1 2021-09-24 22:08:40 +02:00
parent ca8498eb09
commit 8e61d479b0
4 changed files with 5 additions and 5 deletions

View file

@ -25,7 +25,7 @@ beams_client = PushNotifications(
@auth_desired
def post_pid_comment_cid(cid, pid=None, anything=None, v=None):
if not v and not request.path.startswith('/logged_out'): return redirect(f"/logged_out/comment/{cid}")
if not v and not request.path.startswith('/logged_out'): return redirect(f"/logged_out{request.full_path}")
if v and request.full_path.startswith('/logged_out'): v = None