We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7d27bf commit 1c968caCopy full SHA for 1c968ca
1 file changed
packages/core/api/src/oauth-popup.ts
@@ -33,6 +33,7 @@ export type { OAuthPopupResult } from "@executor-js/sdk";
33
34
export type OAuthCompletionListener = (result: OAuthPopupResult<unknown>) => void;
35
36
+// TODO: replace with plugin notify framework
37
let completionListener: OAuthCompletionListener | null = null;
38
39
export const setOAuthCompletionListener = (listener: OAuthCompletionListener | null): void => {
0 commit comments