diff --git a/web/src/lib/components/forms/admin-registration-form.svelte b/web/src/lib/components/forms/admin-registration-form.svelte index b4e706d5fe..526958b593 100644 --- a/web/src/lib/components/forms/admin-registration-form.svelte +++ b/web/src/lib/components/forms/admin-registration-form.svelte @@ -1,14 +1,11 @@ -
- Since you are the first user on the system, you will be assigned as the Admin and are - responsible for administrative tasks, and additional users will be created by you. -
+ -
- Hi {user.firstName}
- {user.lastName} ({user.email}),
-
-
- This is either the first time you are signing into the system or a request has been made to change
- your password. Please enter the new password below.
-
{success}
+ {/if} +- {@html loginPageMessage} -
- {/if} - - {#if authConfig.passwordLoginEnabled} - - {/if} - - {#if authConfig.enabled} - {#if authConfig.passwordLoginEnabled} -