diff --git a/components/http/Authorization.vue b/components/http/Authorization.vue index 2213764e4..1139b8a17 100644 --- a/components/http/Authorization.vue +++ b/components/http/Authorization.vue @@ -36,7 +36,6 @@ label="None" @click.native=" authType = 'none' - authName = 'None' $refs.authTypeOptions.tippy().hide() " /> @@ -44,7 +43,6 @@ label="Basic Auth" @click.native=" authType = 'basic' - authName = 'Basic Auth' $refs.authTypeOptions.tippy().hide() " /> @@ -52,7 +50,6 @@ label="Bearer Token" @click.native=" authType = 'bearer' - authName = 'Bearer Token' $refs.authTypeOptions.tippy().hide() " /> @@ -174,7 +171,7 @@