fix(site): fix external auth button loading state (#11373)

This commit is contained in:
Bruno Quaresma 2024-01-02 15:30:05 -03:00 committed by GitHub
parent 6308a78365
commit 099be249a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ export const ExternalAuth: FC<ExternalAuthProps> = ({
css={!fullWidth && { display: "inline-block" }}
>
<LoadingButton
loadingPosition="start"
loading={externalAuthPollingState === "polling"}
href={authenticateURL}
variant="contained"