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

open new window to do interactive authentication #18

Closed
github-actions bot opened this issue Jun 3, 2023 · 1 comment
Closed

open new window to do interactive authentication #18

github-actions bot opened this issue Jun 3, 2023 · 1 comment
Assignees
Labels
bug Something isn't working todo

Comments

@github-actions
Copy link

github-actions bot commented Jun 3, 2023

https://api.github.com/groton-school/blackbaud-to-google-group-sync/blob/9fc1f1359b848490b8f23ded0367ca1b13950ae3/src/client/Sync.ts#L12

        fetch(`${process.env.URL}/sync`)
          .then((response) => response.json())
          .then(Progress.display);
      } else {
        // FIXME open new window to do interactive authentication
      }
    });
}
@github-actions github-actions bot added bug Something isn't working todo labels Jun 3, 2023
@github-actions github-actions bot closed this as completed Jun 3, 2023
@github-actions
Copy link
Author

github-actions bot commented Jun 3, 2023

Closed in 2ffc7b0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working todo
Projects
None yet
Development

No branches or pull requests

1 participant