Fix GQL introspection and bearer auth templating

This commit is contained in:
Gregory Schier
2023-10-30 08:07:34 -07:00
parent 3c2bdab101
commit 0fc8d12a06
3 changed files with 6 additions and 3 deletions

View File

@@ -15,6 +15,8 @@ export function BearerAuth({ requestId, authentication }: Props) {
<VStack className="my-2" space={2}>
<Input
useTemplating
autocompleteVariables
type="password"
label="Token"
name="token"
size="sm"