Skip to content

Commit 6e5a12d

Browse files
committed
Add logs
1 parent 6ff329c commit 6e5a12d

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ const useEntri = ({ domain, dnsRecords, onClose }: EntriProps) => {
5050
useEffect(() => {
5151
const handleOnEntriClose = (event: EntriCloseEvent) => {
5252
if (event.detail.domain === domain) {
53+
console.info(event.detail);
5354
onClose(event.detail);
5455
setIsOpen(false);
5556
}
@@ -64,6 +65,7 @@ const useEntri = ({ domain, dnsRecords, onClose }: EntriProps) => {
6465
setIsOpen(true);
6566
entriTokenLoad(undefined, async (data) => {
6667
if (data.success) {
68+
console.info(dnsRecords);
6769
await entri.showEntri({
6870
applicationId: data.applicationId,
6971
token: data.token,

0 commit comments

Comments
 (0)