Fixup demo note text
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user