Add a prefix for nopaque's data within the application context

This commit is contained in:
Patrick Jentsch
2023-04-04 08:56:19 +02:00
parent a27caaa8a2
commit 423709b4eb
2 changed files with 3 additions and 2 deletions

View File

@ -23,7 +23,7 @@ def settings(user_id):
abort(403)
redirect_location_on_post = g.pop(
'redirect_location_on_post',
'_nopaque_redirect_location_on_post',
url_for('.settings', user_id=user_id)
)