From 93aed52f88b41ecc543e91096d3d77bb8a7f2e03 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Wed, 23 Feb 2022 11:14:04 +0100 Subject: [PATCH] Login page description for demo page --- src/routes/login/index.svelte | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/routes/login/index.svelte b/src/routes/login/index.svelte index f337b853c..88aa1fe43 100644 --- a/src/routes/login/index.svelte +++ b/src/routes/login/index.svelte @@ -58,7 +58,7 @@ required /> -
+
+ {#if browser && window.location.host === 'demo.coolify.io'} +
+ Registration is open, just fill in an email (does not + need to be live email address for the demo instance) and a password. +
+
+ All users gets an own namespace, so you won't be able to + access other users data. +
+ {/if} {/if}