Update login.component.ts

Reduced oauth time
pull/3250/head
Jamie 5 years ago committed by GitHub
parent b41fcb467e
commit ef5a382a1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -145,7 +145,7 @@ export class LoginComponent implements OnDestroy, OnInit {
this.pinTimer = setInterval(() => { this.pinTimer = setInterval(() => {
this.notify.info("Authenticating", "Loading... Please Wait"); this.notify.info("Authenticating", "Loading... Please Wait");
this.getPinResult(x.pinId); this.getPinResult(x.pinId);
}, 10000); }, 3000);
}); });
}); });
} }

Loading…
Cancel
Save