mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-22 16:11:38 +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 (
|
return (
|
||||||
<>
|
<>
|
||||||
{loading ? (
|
{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}>
|
<form className="form" onSubmit={handleSubmit}>
|
||||||
<div className="form-group">
|
<div className="form-group">
|
||||||
|
Loading…
Reference in New Issue
Block a user