diff --git a/src/AliasVault.Client/Auth/Pages/Setup/Components/PasswordStep.razor b/src/AliasVault.Client/Auth/Pages/Setup/Components/PasswordStep.razor new file mode 100644 index 000000000..b5c0c0f42 --- /dev/null +++ b/src/AliasVault.Client/Auth/Pages/Setup/Components/PasswordStep.razor @@ -0,0 +1,209 @@ +@using System.Timers +@using System.Net.Http.Json +@implements IDisposable + +
+ 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. +
+