mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 15:29:42 +02:00
refactor(oauth): remove console log statement
This commit is contained in:
parent
b6f04c5e0d
commit
73f20b5157
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue