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 9e95eec commit 5b4edefCopy full SHA for 5b4edef
client/src/lib/hooks/useConnection.ts
@@ -413,7 +413,7 @@ export function useConnection({
413
toast({
414
title: "Invalid Authorization Header",
415
description:
416
- "Authorization header is enabled but empty. Please add a token or disable the header. It will be added automatically.",
+ "Authorization header is enabled but empty. Please add a token or disable the header.",
417
variant: "destructive",
418
});
419
}
0 commit comments