Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AUT-1539] - Child Window Pop up option #46

Merged
merged 5 commits into from
Oct 29, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Tweak import
  • Loading branch information
hwhmeikle committed Oct 26, 2023
commit efe4afdb030983924cecb2b58f63d637fe4784ca
3 changes: 1 addition & 2 deletions src/authsignal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ import {
TokenPayload,
WindowLaunchOptions,
} from "./types";
import {PopupHandler} from "./handlers/popup-handler";
import {PopupHandler, WindowHandler} from "./handlers";
import {Passkey} from "./passkey";
import {WindowHandler} from "./handlers/window-handler";

const DEFAULT_COOKIE_NAME = "__as_aid";

Expand Down