diff --git a/src/showplanner/index.tsx b/src/showplanner/index.tsx index 6733da1..c15522e 100644 --- a/src/showplanner/index.tsx +++ b/src/showplanner/index.tsx @@ -347,17 +347,20 @@ export function LoadingDialogue({

{subtitle}

- {error !== null && ( - <> -

- Failed! Please tell Computing Team that something - broke. -

-

- {error} -

- - )} + {error !== null && + (error === "Error: No valid authentication data provided." ? ( +

Redirecting you to MyRadio, please wait...

+ ) : ( + <> +

+ Failed! Please tell Computing Team that + something broke. +

+

+ {error} +

+ + ))} );