1
0
Fork 0
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:
Chaim Lev Ari 2019-01-18 12:14:12 +02:00
parent 69252a8377
commit 3699b794eb
2 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1,4 @@
angular.module('portainer.extensions.oauth')
.component('oauthProvidersSelector', {
templateUrl: 'app/extensions/oauth/components/oauth-providers-selector/oauth-providers-selector.html'
});