mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 00:09:40 +02:00
refactor(auth): exprt oauth settings into extension
This commit is contained in:
parent
0a1643bbcf
commit
515daf6dba
8 changed files with 179 additions and 106 deletions
|
@ -0,0 +1,7 @@
|
|||
angular.module('portainer.extensions.oauth').component('oauthSettings', {
|
||||
templateUrl: 'app/extensions/oauth/components/oauth-settings/oauth-settings.html',
|
||||
bindings: {
|
||||
settings: '<'
|
||||
}
|
||||
// controller: 'oauthSettingsController'
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue