mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Always wait for time out on loading page
This commit is contained in:
parent
6625e7e16f
commit
58976cef42
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ export function PrimaryContent(props: PrimaryContentProps): JSX.Element {
|
|||
router.replace('/login')
|
||||
}
|
||||
|
||||
if (timedOut || error) {
|
||||
if (timedOut) {
|
||||
return (
|
||||
<ErrorComponent errorMessage="Something went wrong while processing the link, please try again in a moment" />
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue