Skip to content

Commit

Permalink
Notification: make the OAuth one dismissable (#11172)
Browse files Browse the repository at this point in the history
Small fixes to make this notification dismissable.
  • Loading branch information
humitos committed Feb 29, 2024
1 parent d8a9d1a commit 03c03fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readthedocs/builds/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@ def send_build_status(build_pk, commit, status):
"provider_name": provider_name,
"url_connect_account": reverse("socialaccount_connections"),
},
dismissable=True,
)

log.info("No social account or repository permission available.")
Expand Down

0 comments on commit 03c03fa

Please sign in to comment.