remove duplicate form inputs for the github config (#8519)

This commit is contained in:
Angel Garbarino 2020-03-10 13:23:10 -06:00 committed by GitHub
parent dc2dcd6321
commit 24fad4f961
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,6 @@ export default AuthConfig.extend({
{
'GitHub Options': ['baseUrl'],
},
{ TTLs: ['ttl', 'maxTtl'] },
];
if (this.newFields) {
groups = combineFieldGroups(groups, this.newFields, []);