better redirect on slack callback

This commit is contained in:
Ruben Fiszel
2023-02-10 18:53:01 +01:00
parent 3f2754b330
commit 996efa1ff2
@@ -28,7 +28,7 @@
} else {
sendUserToast('Missing code or state as query params', true)
}
goto('/workspace_settings')
goto('/workspace_settings?tab=slack')
})
</script>