Fixup demo note text

This commit is contained in:
Johannes Zellner
2023-08-17 13:45:07 +02:00
parent 98e43a6f5a
commit 40884705b4
+1 -1
View File
@@ -451,7 +451,7 @@ function renderInteractionPage(provider) {
iconUrl: '/api/v1/cloudron/avatar',
name: client?.name || await branding.getCloudronName(),
footer: marked.parse(await branding.renderFooter()),
note: (client.id === tokens.ID_WEBADMIN && constants.DEMO) ? '<div style="text-align: center;">This is a demo. Username and password are "cloudron"</div>' : ''
note: (client.id === tokens.ID_WEBADMIN && constants.DEMO) ? '<div style="text-align: center;">This is a demo. Username and password is "cloudron"</div>' : ''
};
if (app) {