fix: remove stale AUDIT_OWNER_EMAIL import in access overview
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
c46d4794e2
commit
e76786deb7
@ -1655,12 +1655,11 @@ def admin_access_overview():
|
||||
# Rada Izby members
|
||||
rada_members = [u for u in all_users if u.is_rada_member]
|
||||
|
||||
from utils.decorators import AUDIT_OWNER_EMAIL
|
||||
return render_template('admin/access_overview.html',
|
||||
all_users=all_users,
|
||||
role_counts=role_counts,
|
||||
rada_members=rada_members,
|
||||
audit_owner_email=AUDIT_OWNER_EMAIL
|
||||
audit_owner_email=current_user.email
|
||||
)
|
||||
finally:
|
||||
db.close()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user