From fcdfddf6dae817ebd4f47e4a7d31295a93173052 Mon Sep 17 00:00:00 2001 From: Conor_Mack Date: Fri, 26 Jun 2020 10:31:03 +0100 Subject: [PATCH] Add _instanceName to login template --- .../appDirectoryTemplate/pages/unauthenticated/page.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/server/src/utilities/appDirectoryTemplate/pages/unauthenticated/page.json b/packages/server/src/utilities/appDirectoryTemplate/pages/unauthenticated/page.json index 6ff1bfcd98..7aad3e6dca 100644 --- a/packages/server/src/utilities/appDirectoryTemplate/pages/unauthenticated/page.json +++ b/packages/server/src/utilities/appDirectoryTemplate/pages/unauthenticated/page.json @@ -24,6 +24,7 @@ "passwordLabel": "Password", "loginButtonLabel": "Login", "buttonClass": "", + "_instanceName": "Login", "inputClass": "", "_children": [], "name": "{{ name }}",