mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Update login.component.ts
Reduced oauth time
This commit is contained in:
parent
b41fcb467e
commit
ef5a382a1e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue