We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a21daf commit 2c5efdeCopy full SHA for 2c5efde
apps/builder/app/builder/features/topbar/entri.tsx
@@ -69,6 +69,7 @@ const useEntri = ({ domain, dnsRecords, onClose }: EntriProps) => {
69
setIsOpen(true);
70
entriTokenLoad(undefined, async (data) => {
71
if (data.success) {
72
+ console.log(dnsRecords);
73
await entri.showEntri({
74
applicationId: data.applicationId,
75
token: data.token,
0 commit comments