1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 00:09:40 +02:00
portainer/app/extensions/oauth/components/oauth-settings/oauth-settings.js
2019-01-16 17:53:10 +02:00

6 lines
199 B
JavaScript

angular.module('portainer.extensions.oauth').component('oauthSettings', {
templateUrl: 'app/extensions/oauth/components/oauth-settings/oauth-settings.html',
bindings: {
settings: '<'
}
});