diff --git a/src/views/app.js b/src/views/app.js index 1efaa2cde..33ecc8f14 100644 --- a/src/views/app.js +++ b/src/views/app.js @@ -147,7 +147,7 @@ angular.module('Application').controller('AppController', ['$scope', '$location' show: function (openApp) { $scope.postInstallMessage.confirmed = false; $scope.postInstallMessage.openApp = !!openApp; - $scope.postInstallMessage.customAuth = !($scope.app.manifest.addons['ldap'] || $scope.manifest.addons['oauth']); + $scope.postInstallMessage.customAuth = !($scope.app.manifest.addons['ldap'] || $scope.app.manifest.addons['oauth']); if (!$scope.app.manifest.postInstallMessage) return; $('#postInstallModal').modal('show');