Fix GQL introspection and bearer auth templating

This commit is contained in:
Gregory Schier
2023-10-30 08:07:34 -07:00
parent 9d4f4bef5d
commit 7ce4ac3239
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"