Skip to content
rw3iss Auth

InvitationsAdminList

form @rw3iss/auth-client/preact/forms/InvitationsAdminList framework-adapters/preact/components/forms/InvitationsAdminList.tsx ↗

Org-side pending-invitations table. One row per outstanding invite with a “revoke” affordance. Pairs with <InviteMemberForm> on the org admin page — invite up top, see the pending list below.

Distinguished from <InvitationsList> which is the invitee-side (current user’s pending invites) version.

Usage

import { InvitationsAdminList } from '@rw3iss/auth-client/preact/forms';
<InvitationsAdminList />

Props

NameTypeDescription
clientAuthClient
orgIdstring
classNamestring
refreshKeynumber | stringTriggers a re-fetch when this value changes — bump it from a parent after `InviteMemberForm.onCreated` to refresh the list.