Update login.component.ts

Reduced oauth time
This commit is contained in:
Jamie 2019-11-10 19:31:33 +00:00 committed by GitHub
commit ef5a382a1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
}); });
}); });
} }