fix: reset processing state on retry in auth callback and update loading overlay title in welcome page
This commit is contained in:
@@ -105,6 +105,7 @@ function AuthCallbackContent() {
|
||||
|
||||
const handleRetry = () => {
|
||||
setError(null)
|
||||
processedRef.current = false
|
||||
setIsRetrying(true)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user