Typo
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user