Rename signup route, address property

This commit is contained in:
Râu Cao
2023-01-19 13:37:04 +08:00
parent 87bf8ff2df
commit 4356288497
8 changed files with 39 additions and 34 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<form onsubmit={{action "submit"}}>
<p>
<label for="c-account">Ethereum account</label>
<label for="c-account">Rootstock account</label>
<Input @type="text"
@value={{this.account}}
name="account" id="c-account"