mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 22:40:26 +01:00
Add beta warning banners to OAuth 1.0 and NTLM plugins
This commit is contained in:
@@ -8,6 +8,17 @@ export const plugin: PluginDefinition = {
|
|||||||
label: 'NTLM Auth',
|
label: 'NTLM Auth',
|
||||||
shortLabel: 'NTLM',
|
shortLabel: 'NTLM',
|
||||||
args: [
|
args: [
|
||||||
|
{
|
||||||
|
type: 'banner',
|
||||||
|
color: 'info',
|
||||||
|
inputs: [
|
||||||
|
{
|
||||||
|
type: 'markdown',
|
||||||
|
content:
|
||||||
|
'NTLM is still in beta. Please submit any issues to [Feedback](https://yaak.app/feedback).',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
type: 'text',
|
type: 'text',
|
||||||
name: 'username',
|
name: 'username',
|
||||||
|
|||||||
@@ -36,6 +36,17 @@ export const plugin: PluginDefinition = {
|
|||||||
label: 'OAuth 1.0',
|
label: 'OAuth 1.0',
|
||||||
shortLabel: 'OAuth 1',
|
shortLabel: 'OAuth 1',
|
||||||
args: [
|
args: [
|
||||||
|
{
|
||||||
|
type: 'banner',
|
||||||
|
color: 'info',
|
||||||
|
inputs: [
|
||||||
|
{
|
||||||
|
type: 'markdown',
|
||||||
|
content:
|
||||||
|
'OAuth 1.0 is still in beta. Please submit any issues to [Feedback](https://yaak.app/feedback).',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'signatureMethod',
|
name: 'signatureMethod',
|
||||||
label: 'Signature Method',
|
label: 'Signature Method',
|
||||||
|
|||||||
Reference in New Issue
Block a user