fix: stop auto retry login when web app return error (#18747)

This commit is contained in:
NFish
2025-04-25 12:09:13 +08:00
committed by GitHub
parent d6c252d77e
commit 70ebfc064b
3 changed files with 19 additions and 24 deletions

View File

@ -4,7 +4,7 @@ import React from 'react'
import { useTranslation } from 'react-i18next'
type IAppUnavailableProps = {
code?: number
code?: number | string
isUnknownReason?: boolean
unknownReason?: string
}