Skip to content

Commit ae88aeb

Browse files
authored
globalVars doesn't have captchaDesoNanos value set for flow from test.deso.org. always show captcha flow on get-deso route (#308)
1 parent a02b02d commit ae88aeb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/app/get-deso/get-deso.component.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,6 @@ export class GetDesoComponent implements OnInit {
8181
if (!environment.heroswapURL) {
8282
return;
8383
}
84-
if (this.globalVars.captchaDeSoNanos === 0) {
85-
this.captchaAvailable = false;
86-
this.alternativeOptionsEnabled = true;
87-
}
8884

8985
this.heroswapIframeUrl = this.sanitizer.bypassSecurityTrustResourceUrl(
9086
[

0 commit comments

Comments
 (0)