groton-school/blackbaud-to-google-group-sync

open new window to do interactive authentication

github-actions opened this issue · 1 comments

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
      }
    });
}