From 40884705b4d8e2627aabafc837c1a96016fa66dc Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 17 Aug 2023 13:45:07 +0200 Subject: [PATCH] Fixup demo note text --- src/oidc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oidc.js b/src/oidc.js index c0e5c51de..ffd80f03d 100644 --- a/src/oidc.js +++ b/src/oidc.js @@ -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) ? '
This is a demo. Username and password are "cloudron"
' : '' + note: (client.id === tokens.ID_WEBADMIN && constants.DEMO) ? '
This is a demo. Username and password is "cloudron"
' : '' }; if (app) {