new backup/import encrypted methods
This commit is contained in:
parent
c995f039c2
commit
76df93ab10
3 changed files with 14 additions and 7 deletions
|
|
@ -187,7 +187,9 @@
|
|||
<div ng-controller="ImportController">
|
||||
<h3>{{title}}</h3>
|
||||
<div class="large-6 columns">
|
||||
<input type="file" class="form-control" placeholder="Select a backup file" ng-model="backupFile" autofocus="" ng-file-select>
|
||||
<input type="password" class="form-control" placeholder="Your wallet password" ng-model="password" autofocus>
|
||||
<input type="file" class="form-control" placeholder="Select a backup file" ng-model="backupFile" ng-file-select>
|
||||
<button class="button primary expand radius" ng-click="import()">Import backup</button>
|
||||
</div>
|
||||
</div>
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue