AcceptInvitation Container
Processes company invitation acceptance from email links and displays the result to the user.
Version: 1.2.0
Configuration
Section titled “Configuration”The AcceptInvitation container provides the following configuration options:
| Parameter | Type | Req? | Description |
|---|---|---|---|
| No configurations | - | - | - |
This container does not expose any customizable slots.
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, { routeMyAccount: () => `/customer/account`, routeLogin: () => `/customer/login`, isAuthenticated})(block);