Add safe user preview for invites
This commit is contained in:
@@ -1174,6 +1174,11 @@ export default function AdminInviteManagementPage() {
|
||||
title="Invites"
|
||||
subtitle="Create access links, apply account profiles, deliver invitations, and see what needs attention."
|
||||
rail={inviteManagementRail}
|
||||
actions={
|
||||
<button type="button" className="ghost-button" onClick={() => router.push('/profile/invites?view=user')}>
|
||||
View as user
|
||||
</button>
|
||||
}
|
||||
>
|
||||
<section className="admin-section">
|
||||
{error && <div className="error-banner">{error}</div>}
|
||||
|
||||
Reference in New Issue
Block a user