AcceptInvitation Container
Processes company invitation acceptance from email links and displays the result to the user.
Version: 1.0.0-beta27
Configuration
The AcceptInvitation container provides the following configuration options:
| Parameter | Type | Req? | Description |
|---|---|---|---|
| No configurations | - | - | - |
Slots
This container does not expose any customizable slots.
Usage
The following example demonstrates how to use the AcceptInvitation container:
import { render as provider } from '@dropins/storefront-company-management/render.js';import { AcceptInvitation } from '@dropins/storefront-company-management/containers/AcceptInvitation.js';
await provider.render(AcceptInvitation, {})(block);