mirror of https://github.com/portainer/portainer
refactor(oauth): remove console log statement
parent
b6f04c5e0d
commit
73f20b5157
|
@ -35,7 +35,6 @@ angular.module('portainer.extensions.oauth')
|
|||
this.$onInit = onInit;
|
||||
|
||||
function onInit() {
|
||||
console.log(ctrl.provider.authUrl);
|
||||
if (ctrl.provider.authUrl) {
|
||||
ctrl.provider = getProviderByURL(ctrl.provider.authUrl);
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue