mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-29 14:41:09 +01:00
remove duplicate form inputs for the github config (#8519)
This commit is contained in:
parent
dc2dcd6321
commit
24fad4f961
@ -19,7 +19,6 @@ export default AuthConfig.extend({
|
|||||||
{
|
{
|
||||||
'GitHub Options': ['baseUrl'],
|
'GitHub Options': ['baseUrl'],
|
||||||
},
|
},
|
||||||
{ TTLs: ['ttl', 'maxTtl'] },
|
|
||||||
];
|
];
|
||||||
if (this.newFields) {
|
if (this.newFields) {
|
||||||
groups = combineFieldGroups(groups, this.newFields, []);
|
groups = combineFieldGroups(groups, this.newFields, []);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user