1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 08:19:40 +02:00

style(auth): remove comments and change error

This commit is contained in:
Chaim Lev Ari 2019-01-16 17:53:10 +02:00
parent dc067b3308
commit b09f491f62
4 changed files with 2 additions and 3 deletions

View file

@ -3,5 +3,4 @@ angular.module('portainer.extensions.oauth').component('oauthSettings', {
bindings: {
settings: '<'
}
// controller: 'oauthSettingsController'
});