Skip to content

Commit a5a28a7

Browse files
committed
dev
1 parent 91d6ced commit a5a28a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/dashboard/src/provider-utils.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ async function openAuthorizeWindow(params: OpenAuthorizeWindowParams) {
9696
}
9797
};
9898

99+
console.log("error: " + JSON.stringify(event));
100+
console.log("url: " + window.location.toString());
99101
if (typeof event.data === "string" && event.data.startsWith("success")) {
100102
killAuthWindow();
101103
onSuccess && onSuccess(event.data);

0 commit comments

Comments
 (0)