diff --git a/src/AliasVault.Client/Auth/Layout/EmptyLayout.razor b/src/AliasVault.Client/Auth/Layout/EmptyLayout.razor
index 7c9a87f1b..e1a9a7567 100644
--- a/src/AliasVault.Client/Auth/Layout/EmptyLayout.razor
+++ b/src/AliasVault.Client/Auth/Layout/EmptyLayout.razor
@@ -1,4 +1,3 @@
@inherits LayoutComponentBase
-
Great! Now, let's set up your master password for AliasVault.
-- Please enter a strong master password for your account. Your username is: @Username -
-- Important: This master password will be used to encrypt your vault. It should be a long, complex string that you can remember. If you forget this password, your data will be permanently inaccessible. -
-+ Important: This master password will be used to encrypt your vault. It should be a long, complex string that you can remember. If you forget this password, your data will be permanently inaccessible. +
+- Great choice! Here are some tips for using AliasVault for @Purpose: -
-Please read and agree to the following terms and conditions before proceeding.
@@ -30,7 +29,7 @@+
AliasVault is a secure app which help you manage your online identities and passwords. Let's get you set up with your new vault.
diff --git a/src/AliasVault.Client/Auth/Pages/Setup/Setup.razor b/src/AliasVault.Client/Auth/Pages/Setup/Setup.razor index 723630ef8..6cc2a2bf9 100644 --- a/src/AliasVault.Client/Auth/Pages/Setup/Setup.razor +++ b/src/AliasVault.Client/Auth/Pages/Setup/Setup.razor @@ -3,12 +3,6 @@ @inherits AliasVault.Client.Auth.Pages.Base.LoginBase @layout Auth.Layout.EmptyLayout @attribute [AllowAnonymous] -@inject IConfiguration Configuration -@using System.Text.Json -@using AliasVault.Shared.Models.WebApi.Auth -@using AliasVault.Client.Utilities -@using AliasVault.Cryptography.Client -@using SecureRemotePassword