From c4fe362a083f8bdfebeb471eb3c4368cc1dc55b2 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 31 Aug 2020 15:28:28 -0700 Subject: [PATCH] Typo --- src/views/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');