Also fixup sso message display in app configuration

This commit is contained in:
Johannes Zellner
2020-10-15 16:51:17 +02:00
parent 7948d68ac7
commit 57e8faa8ab
2 changed files with 2 additions and 8 deletions

View File

@@ -22,9 +22,8 @@
</h5>
</div>
<div class="modal-body">
<p ng-show="postInstallConfirm.customAuth && !app.manifest.addons.email"></p>
<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.customAuth && !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="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>
<div ng-bind-html="app.manifest.postInstallMessage | markdown2html"></div>
<div ng-show="app.manifest.documentationUrl">
@@ -285,9 +284,8 @@
<h4>First Time Setup</h4>
</div>
<div class="modal-body">
<p ng-show="postInstallMessage.customAuth && !app.manifest.addons.email"></p>
<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.customAuth && !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="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>
<div ng-bind-html="app.manifest.postInstallMessage | markdown2html"></div>
</div>