64d5bef3e7
All modules now use e2e/ for playwright tests, consistent with element-modules-private. This avoids conflicts between vitest (which uses tests/) and playwright project discovery.
15 lines
382 B
HTML
15 lines
382 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Univention Silent Login</title>
|
|
<script type="text/javascript">
|
|
window.postMessage({
|
|
loggedIn: true,
|
|
});
|
|
</script>
|
|
</head>
|
|
<body></body>
|
|
</html>
|