Show notification if not connected to Glidera
This commit is contained in:
parent
980c2b4e25
commit
d8ab49294c
1 changed files with 7 additions and 6 deletions
|
|
@ -22,11 +22,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="box-notification size-12 text-warning" ng-show="index.network == 'testnet'">
|
|
||||||
<i class="fi-info"></i>
|
|
||||||
Testnet wallets only work with Glidera Sandbox Accounts
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="row m20t">
|
<div class="row m20t">
|
||||||
<div class="columns">
|
<div class="columns">
|
||||||
<div class="text-center m20b">
|
<div class="text-center m20b">
|
||||||
|
|
@ -54,6 +49,12 @@
|
||||||
<div class="text-center" ng-show="!showOauthForm">
|
<div class="text-center" ng-show="!showOauthForm">
|
||||||
<p translate>You can buy and sell Bitcoin with a US bank account directly in Copay.</p>
|
<p translate>You can buy and sell Bitcoin with a US bank account directly in Copay.</p>
|
||||||
<div class="m10b text-gray size-12" translate>Connect your Glidera account to get started</div>
|
<div class="m10b text-gray size-12" translate>Connect your Glidera account to get started</div>
|
||||||
|
|
||||||
|
<div class="box-notification size-12 text-warning" ng-show="index.network == 'testnet'">
|
||||||
|
<i class="fi-info"></i>
|
||||||
|
Testnet wallets only work with Glidera Sandbox Accounts
|
||||||
|
</div>
|
||||||
|
|
||||||
<button
|
<button
|
||||||
class="dark-gray outline round tiny"
|
class="dark-gray outline round tiny"
|
||||||
ng-click="$root.openExternalLink(glidera.getAuthenticateUrl()); showOauthForm = true" translate>
|
ng-click="$root.openExternalLink(glidera.getAuthenticateUrl()); showOauthForm = true" translate>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue