mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 23:39:41 +02:00
feature(oauth): add provider selector
This commit is contained in:
parent
50c604ee4c
commit
c1939f6070
3 changed files with 8 additions and 6 deletions
|
@ -0,0 +1,6 @@
|
|||
angular.module('portainer.extensions.oauth')
|
||||
.controller('OAuthSettingsController', function OAuthSettingsController() {
|
||||
this.providers = [
|
||||
'facebook'
|
||||
]
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue