Merge branch 'main' into module/timetracking

This commit is contained in:
2025-08-18 00:39:53 +02:00
23 changed files with 271 additions and 244 deletions

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>