` const searchParams = new URLSearchParams([ ...
# off-topic
r
Copy code
const searchParams = new URLSearchParams([
        ['redirect_to', this.redirectUri]
      ]);
https://ddfdf.supabase.co/auth/v1/authorize?provider=google&${searchParams.toString()}
where redirect_to will be
vscode://eliostruyf.vscode-auth0-authprovider