mirror of
https://github.com/portainer/portainer.git
synced 2025-07-26 08:49:41 +02:00
feat(oauth): update OAuth configuration UX
This commit is contained in:
parent
b9ac3d4286
commit
dc2a8cf1f4
6 changed files with 23 additions and 13 deletions
|
@ -40,7 +40,7 @@ angular.module('portainer.extensions.oauth')
|
|||
} else {
|
||||
ctrl.provider = ctrl.providers[0];
|
||||
}
|
||||
ctrl.onSelect(ctrl.provider);
|
||||
ctrl.onSelect(ctrl.provider, false);
|
||||
}
|
||||
|
||||
function getProviderByURL(providerAuthURL) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue