This commit is contained in:
Girish Ramakrishnan
2020-08-31 15:28:28 -07:00
parent f55ec5de9b
commit c4fe362a08

View File

@@ -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');