Skip to content

Commit 3e7fbfb

Browse files
Update packages/react-ui/src/app/routes/cloud-connection/frontegg-setup.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6de3797 commit 3e7fbfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-ui/src/app/routes/cloud-connection/frontegg-setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const additionalFronteggParams = {
66
};
77

88
export function initializeFrontegg(url: string, tenant?: string): FronteggApp {
9-
const tenantResolver = tenant ? () => ({ tenant: tenant }) : undefined;
9+
const tenantResolver = tenant ? () => ({ tenant }) : undefined;
1010

1111
return initialize({
1212
contextOptions: {

0 commit comments

Comments
 (0)