We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d969f65 commit e49a6e2Copy full SHA for e49a6e2
development-ui/src/hooks/useQuirrel.tsx
@@ -451,7 +451,7 @@ export function QuirrelProvider(props: PropsWithChildren<{}>) {
451
const result = await loadInitialJobs(getClient);
452
if (result === "unauthorized") {
453
window.alert(
454
- "Connection couldn't be established, you're unauthorized. Please check the token."
+ "Please authenticate with your QUIRREL_TOKEN via the top-left connection menu."
455
);
456
return "stopPolling";
457
}
0 commit comments