web: update tsconfig strictness

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2023-01-01 23:44:15 +01:00
parent 1c1319927e
commit 475853fb14
6 changed files with 16 additions and 3 deletions

View File

@ -101,6 +101,7 @@ export class RouterOutlet extends AKElement {
console.debug("authentik/router: found match ", matchedRoute);
return true;
}
return false;
});
if (!matchedRoute) {
console.debug(`authentik/router: route "${activeUrl}" not defined`);