Skip to content

Commit

Permalink
make homepage public
Browse files Browse the repository at this point in the history
  • Loading branch information
abhigyanghosh30 committed Mar 14, 2024
1 parent d023a6f commit 83fd646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/shop/cred/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def confidentiality_agreement_webhook():
return flask.jsonify({"message": "Webhook handled."}), 200


@shop_decorator(area="cred", permission="user", response="html")
@shop_decorator(area="cred", response="html")
def cred_home(ua_contracts_api, **_):
available_products = ua_contracts_api.get_product_listings(
"canonical-cube"
Expand Down

0 comments on commit 83fd646

Please sign in to comment.