mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 23:39:41 +02:00
feat(oauth): add providers selectors
This commit is contained in:
parent
69252a8377
commit
3699b794eb
2 changed files with 21 additions and 0 deletions
|
@ -0,0 +1,4 @@
|
|||
angular.module('portainer.extensions.oauth')
|
||||
.component('oauthProvidersSelector', {
|
||||
templateUrl: 'app/extensions/oauth/components/oauth-providers-selector/oauth-providers-selector.html'
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue