Skip to content

Commit 5b4edef

Browse files
authored
Update client/src/lib/hooks/useConnection.ts
1 parent 9e95eec commit 5b4edef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/lib/hooks/useConnection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ export function useConnection({
413413
toast({
414414
title: "Invalid Authorization Header",
415415
description:
416-
"Authorization header is enabled but empty. Please add a token or disable the header. It will be added automatically.",
416+
"Authorization header is enabled but empty. Please add a token or disable the header.",
417417
variant: "destructive",
418418
});
419419
}

0 commit comments

Comments
 (0)