working on direct login from oidc provider
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -59,7 +59,7 @@
|
|||||||
router.navigate('/user/reset/pw');
|
router.navigate('/user/reset/pw');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (router.fullPath.endsWith('/openid_login') && router.query.service) {
|
if (router.query.service) {
|
||||||
redirectTo(null,router.query.service);
|
redirectTo(null,router.query.service);
|
||||||
} else {
|
} else {
|
||||||
onMount(load);
|
onMount(load);
|
||||||
|
|||||||
Reference in New Issue
Block a user