mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-22 08:01:47 +03:00
fix: prompt user to sign password message while registering
This commit is contained in:
parent
df3bb4795d
commit
073d657201
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user