Always wait for time out on loading page

This commit is contained in:
Jackson Harper 2023-10-09 18:46:41 +08:00
parent 6625e7e16f
commit 58976cef42

View file

@ -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" />
)