Skip to content

AcceptInvitation Container

Processes company invitation acceptance from email links and displays the result to the user.

Version: 1.2.0

The AcceptInvitation container provides the following configuration options:

ParameterTypeReq?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);