Fix display of sso message

regression from 57e8faa8ab
This commit is contained in:
Girish Ramakrishnan
2020-10-29 21:37:49 -07:00
parent 671b9f235b
commit 68f3441fbc

View File

@@ -23,7 +23,7 @@
</div>
<div class="modal-body">
<p ng-show="app.manifest.addons.email">This app is set up to allow all users with a mailbox on this Cloudron. Login with the email and Cloudron password to access the mailbox.</p>
<p ng-show="postInstallConfirm.app.sso && !app.manifest.addons.email"> This app is set up to authenticate with the Cloudron User Directory. Cloudron users can login and use {{ appPostInstallConfirm.app.manifest.title }}.</p>
<p ng-show="app.sso && !app.manifest.addons.email"> This app is set up to authenticate with the Cloudron User Directory. Cloudron users can login and use {{ appPostInstallConfirm.app.manifest.title }}.</p>
<div ng-bind-html="app.manifest.postInstallMessage | markdown2html"></div>
<div ng-show="app.manifest.documentationUrl">
@@ -285,7 +285,7 @@
</div>
<div class="modal-body">
<p ng-show="app.manifest.addons.email">This app is set up to allow all users with a mailbox on this Cloudron. Login with the email and Cloudron password to access the mailbox.</p>
<p ng-show="postInstallMessage.app.sso && !app.manifest.addons.email"> This app is set up to authenticate with the Cloudron User Directory. Cloudron users can login and use {{ appPostInstallConfirm.app.manifest.title }}.</p>
<p ng-show="app.sso && !app.manifest.addons.email"> This app is set up to authenticate with the Cloudron User Directory. Cloudron users can login and use {{ appPostInstallConfirm.app.manifest.title }}.</p>
<div ng-bind-html="app.manifest.postInstallMessage | markdown2html"></div>
</div>