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

This commit is contained in:
tidusjar 2019-11-12 22:47:14 +00:00
commit f9b4818606

View file

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