Skip to content

Commit 1c968ca

Browse files
committed
chore(api): TODO on OAuth completion listener singleton
1 parent c7d27bf commit 1c968ca

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/core/api/src/oauth-popup.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export type { OAuthPopupResult } from "@executor-js/sdk";
3333

3434
export type OAuthCompletionListener = (result: OAuthPopupResult<unknown>) => void;
3535

36+
// TODO: replace with plugin notify framework
3637
let completionListener: OAuthCompletionListener | null = null;
3738

3839
export const setOAuthCompletionListener = (listener: OAuthCompletionListener | null): void => {

0 commit comments

Comments
 (0)