We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cdd580 commit 9310973Copy full SHA for 9310973
site/src/pages/CreateWorkspacePage/ExternalAuthButton.tsx
@@ -29,7 +29,6 @@ export const ExternalAuthButton: FC<ExternalAuthButtonProps> = ({
29
<LoadingButton
30
fullWidth
31
loading={isLoading}
32
- href={auth.authenticate_url}
33
variant="contained"
34
size="xlarge"
35
startIcon={
0 commit comments