mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-20 00:23:58 +01:00
Fix GQL introspection and bearer auth templating
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user