Skip to content

Commit

Permalink
fixup! ✨(oidc) add django-oauth-toolkit w/ configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
qbey committed Feb 20, 2025
1 parent 521ba30 commit 1401844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/mailbox_manager/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ class MailboxAdmin(UserAdmin):
list_display = ("__str__", "domain", "status", "updated_at")
list_filter = ("status",)
search_fields = ("local_part", "domain__name")
# readonly_fields = ["updated_at", "local_part", "domain"]
readonly_fields = ["updated_at", "local_part", "domain"]

fieldsets = None
add_fieldsets = (
Expand Down

0 comments on commit 1401844

Please sign in to comment.