1
0
Fork 0
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:
Anthony Lapenna 2019-02-21 14:02:25 +13:00
parent b9ac3d4286
commit dc2a8cf1f4
6 changed files with 23 additions and 13 deletions

View file

@ -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) {