fix: prompt user to sign password message while registering

This commit is contained in:
dr-frmr 2024-09-16 14:38:53 -04:00
parent df3bb4795d
commit 073d657201
No known key found for this signature in database

View File

@ -127,7 +127,7 @@ function SetPassword({
return (
<>
{loading ? (
<Loader msg="Setting up node..." />
<Loader msg="Please sign the structured message in your wallet to set your password." />
) : (
<form className="form" onSubmit={handleSubmit}>
<div className="form-group">