Skip to content

Commit 2c5efde

Browse files
committed
Log dns records
1 parent 6a21daf commit 2c5efde

File tree

1 file changed

+1
-0
lines changed
  • apps/builder/app/builder/features/topbar

1 file changed

+1
-0
lines changed

apps/builder/app/builder/features/topbar/entri.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ const useEntri = ({ domain, dnsRecords, onClose }: EntriProps) => {
6969
setIsOpen(true);
7070
entriTokenLoad(undefined, async (data) => {
7171
if (data.success) {
72+
console.log(dnsRecords);
7273
await entri.showEntri({
7374
applicationId: data.applicationId,
7475
token: data.token,

0 commit comments

Comments
 (0)