Skip to content

Commit 03c03fa

Browse files
authored
Notification: make the OAuth one dismissable (#11172)
Small fixes to make this notification dismissable.
1 parent d8a9d1a commit 03c03fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readthedocs/builds/tasks.py

+1
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,7 @@ def send_build_status(build_pk, commit, status):
477477
"provider_name": provider_name,
478478
"url_connect_account": reverse("socialaccount_connections"),
479479
},
480+
dismissable=True,
480481
)
481482

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

0 commit comments

Comments
 (0)