const { data, error } = await supabase.auth.signInWithOAuth({
provider: 'slack',
options: {
redirectTo: `https://${location.host}/auth/callback`,
},
})
const { data, error } = await supabase.auth.signInWithOAuth({
provider: 'slack',
options: {
redirectTo: `https://${location.host}/auth/callback`,
},
})