fix: reset processing state on retry in auth callback and update loading overlay title in welcome page

This commit is contained in:
Usman Baig
2026-02-09 09:15:55 +01:00
parent 7a54428334
commit a3e9bac119
2 changed files with 2 additions and 1 deletions

View File

@@ -105,6 +105,7 @@ function AuthCallbackContent() {
const handleRetry = () => {
setError(null)
processedRef.current = false
setIsRetrying(true)
}