Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ export default function RootLayout({
Plain.init({
appId: 'liveChatApp_01KJAVQQ5YRKY7NNZDEZV6KHED',
hideBranding: true,
threadDetails: { externalId: 'marketing_page' },
requireAuthentication: true,
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated
threadDetails: {
tierIdentifier: { externalId: "marketing_page" },
},
});
};
script.src = 'https://chat.cdn-plain.com/index.js';
Expand Down