Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 099be24

Browse files
fix(site): fix external auth button loading state (coder#11373)
1 parent 6308a78 commit 099be24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

site/src/pages/CreateWorkspacePage/ExternalAuth.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ export const ExternalAuth: FC<ExternalAuthProps> = ({
4747
css={!fullWidth && { display: "inline-block" }}
4848
>
4949
<LoadingButton
50-
loadingPosition="start"
5150
loading={externalAuthPollingState === "polling"}
5251
href={authenticateURL}
5352
variant="contained"

0 commit comments

Comments
 (0)