Skip to content

Commit

Permalink
remove duplicate form inputs for the github config (#8519) (#8526)
Browse files Browse the repository at this point in the history
  • Loading branch information
Monkeychip authored Mar 10, 2020
1 parent ba489e5 commit 8cbbaf6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/app/models/auth-config/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export default AuthConfig.extend({
{
'GitHub Options': ['baseUrl'],
},
{ TTLs: ['ttl', 'maxTtl'] },
];
if (this.newFields) {
groups = combineFieldGroups(groups, this.newFields, []);
Expand Down

0 comments on commit 8cbbaf6

Please sign in to comment.