Update packages/@uppy/provider-views/src/ProviderView/AuthView.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Mikael Finstad 2026-03-28 18:24:35 +08:00 committed by GitHub
parent 2603281514
commit 6bb87b68da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -71,7 +71,7 @@ function DefaultForm<M extends Meta, B extends Body>({
setLoading(true)
await onAuth()
} finally {
setLoading(true)
setLoading(false)
}
},
[onAuth],