Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/ef5a382a1e0b5c9dbd856eedbcbfc114378d464c You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update login.component.ts

Reduced oauth time
pull/3250/head
Jamie 6 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.notify.info("Authenticating", "Loading... Please Wait");
this.getPinResult(x.pinId);
}, 10000);
}, 3000);
});
});
}

Loading…
Cancel
Save