Skip to content

Commit 79d4a5c

Browse files
committed
updating auth_window with correct type
1 parent 518fb2c commit 79d4a5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages-exp/auth-exp/src/platform_browser/auth_window.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export type AuthWindow = {
2828
} & {
2929
// Any known / named properties we want to add
3030
grecaptcha?: Recaptcha;
31+
___jsl?: Record<string, any>;
3132
} & {
3233
// A final catch-all for callbacks (which will have random names) that
3334
// we will stick on the window.

0 commit comments

Comments
 (0)