2016-09-02 06:50:23 -04:00
|
|
|
<ion-view id="onboarding-backup-warning" class="onboarding">
|
2016-08-25 16:31:47 -03:00
|
|
|
<ion-nav-bar class="bar-stable">
|
|
|
|
|
<ion-nav-buttons side="primary">
|
|
|
|
|
<button class="button no-border" href ui-sref="onboarding.backupRequest">
|
2016-09-01 12:16:28 -04:00
|
|
|
<i class="icon ion-ios-arrow-thin-left"></i>
|
2016-08-25 16:31:47 -03:00
|
|
|
</button>
|
|
|
|
|
</ion-nav-buttons>
|
|
|
|
|
</ion-nav-bar>
|
|
|
|
|
<ion-content ng-controller="backupWarningController">
|
2016-09-02 06:50:23 -04:00
|
|
|
<div class="row text-center">
|
|
|
|
|
<h3 translate class="col col-75">
|
|
|
|
|
Are you being watched?
|
|
|
|
|
</h3>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row text-center">
|
|
|
|
|
<p class="col col-75 tagline">
|
|
|
|
|
Now is a perfect time to assess your surroundings. Nearby windows? Hidden cameras? Shoulder-spies?
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row">
|
|
|
|
|
<img src="../../img/onboarding-backup-warning.svg" class="col col-60">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row text-center">
|
|
|
|
|
<p class="col col-60">
|
|
|
|
|
Anyone with your backup phrase can access or spend your bitcoin.
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row">
|
|
|
|
|
<button class="button button-block button-primary col col-75" ng-click="openPopup()" translate>All clear, let's do this</button>
|
|
|
|
|
</div>
|
2016-08-25 16:31:47 -03:00
|
|
|
</ion-content>
|
|
|
|
|
</ion-view>
|