feat: Add import wallet from seed

This commit is contained in:
2024-02-04 16:55:28 +11:00
parent 441a0274ff
commit f692cacc41
6 changed files with 144 additions and 6 deletions

View File

@@ -27,14 +27,14 @@
<div class="p-5">
<h1 class="text-center" style="color: rgb(255,0,0);">{{error}}</h1>
<div class="text-center">
<h4 class="text-dark mb-4">Create an Account!</h4>
<h4 class="text-dark mb-4">Create a new wallet!</h4>
</div>
<form class="user" method="post">
<div class="row mb-3" style="padding-right: 16px;padding-left: 16px;"><input class="form-control form-control-user" type="text" id="exampleLastName" placeholder="Wallet name" name="name" value="{{name}}"></div>
<div class="row mb-3">
<div class="col-sm-6 mb-3 mb-sm-0"><input class="form-control form-control-user" type="password" id="examplePasswordInput" placeholder="Password" name="password" required="" value="{{password}}"></div>
<div class="col-sm-6"><input class="form-control form-control-user" type="password" id="exampleRepeatPasswordInput" placeholder="Repeat Password" name="password_repeat" required="" value="{{password_repeat}}"></div>
</div><button class="btn btn-primary d-block btn-user w-100" type="submit">Register Account</button>
</div><button class="btn btn-primary d-block btn-user w-100" type="submit">Create Wallet</button>
<hr>
</form>
<div class="text-center"><a class="small" href="/login">Didn't mean to create a new wallet? Login!</a></div>