Add TODO for removing the cookie on extension onboarding

This commit is contained in:
Carlos Quintana 2022-05-19 11:49:13 +02:00
parent a73a15d628
commit b4da667a5e
No known key found for this signature in database
GPG key ID: 15E73DCC410679F8

View file

@ -11,6 +11,7 @@ from app.onboarding.base import onboarding_bp
def setup_done():
response = make_response(render_template("onboarding/setup_done.html"))
# TODO: Remove when the extension is updated everywhere
response.set_cookie(
"setup_done",
value="true",