implemented processing of /user/openid_login?service=X

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-08-18 00:37:36 +02:00
parent 8de88aa5d2
commit 18bf8a0f01

View File

@@ -10,6 +10,8 @@
const router = useTinyRouter();
let services = $state([]);
function doLogin(ev){
ev.preventDefault();
tryLogin(credentials);
@@ -46,6 +48,8 @@
ev.preventDefault();
router.navigate('/user/reset/pw');
}
if (router.fullPath.endsWith('/openid_login') && router.query.service) redirectTo(router.query.service);
</script>
<style>