Merge branch 'develop' of https://github.com/tidusjar/ombi into develop

pull/3250/head
tidusjar 5 years ago
commit f9b4818606

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

Loading…
Cancel
Save