Skip to content

Commit

Permalink
fix: reject
Browse files Browse the repository at this point in the history
bkawk committed Jan 17, 2019
1 parent fbb4215 commit cd98a50
Showing 4 changed files with 3 additions and 1 deletion.
Binary file added images/question.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/worbli-buy.js
Original file line number Diff line number Diff line change
@@ -54,7 +54,7 @@ class WorbliBuy extends PolymerElement {
<div class="btn-container">
<a href="https://chaince.com/trade/wbieos" target="_bkank"><div class="yellow-button">CHAINCE</div></a>
<p>or</p>
<a href="https://www.chainrift.com/?R=UEQAo" target="_bkank"><div class="yellow-button">CHAIN RIFT</div></a>
<a href="https://www.chainrift.com/?R=UEQAo" target="_bkank"><div class="yellow-button">CHAINRIFT</div></a>
</div>
</div>
`;
1 change: 1 addition & 0 deletions src/components/worbli-header.js
Original file line number Diff line number Diff line change
@@ -180,6 +180,7 @@ _dashboard(){
if(loc === 'default') {this.set('route.path', `/dashboard/profile`)};
if(loc === 'started') {this.set('route.path', `/dashboard/profile`)};
if(loc === 'review') {this.set('route.path', `/dashboard/status`)};
if(loc === 'rejected') {this.set('route.path', `/dashboard/status`)};
if(loc === 'approved') {this.set('route.path', `/dashboard/account`)};
if(loc === 'named') {this.set('route.path', `/dashboard/sharedrop`)};
if(loc === 'credited') {this.set('route.path', `/dashboard/account`)};
1 change: 1 addition & 0 deletions src/components/worbli-signin.js
Original file line number Diff line number Diff line change
@@ -183,6 +183,7 @@ _login(){
if (onfido_status === 'default'){this.set('route.path', '/dashboard/profile')}
if (onfido_status === 'started'){this.set('route.path', '/dashboard/review')}
if (onfido_status === 'review'){this.set('route.path', '/dashboard/status')}
if (onfido_status === 'rejected'){this.set('route.path', '/dashboard/status')}
if (onfido_status === 'approved'){this.set('route.path', '/dashboard/account')}
if (onfido_status === 'named'){this.set('route.path', '/dashboard/sharedrop')}
if (onfido_status === 'credited'){this.set('route.path', '/dashboard/account')}

0 comments on commit cd98a50

Please sign in to comment.