Dieser Commit ist enthalten in:
Ursprung
85f570433d
Commit
91978ce03c
@ -5,7 +5,7 @@ import {t} from "astro-i18n";
|
|||||||
---
|
---
|
||||||
|
|
||||||
<PageLayout title={t("dashboard.page")}>
|
<PageLayout title={t("dashboard.page")}>
|
||||||
<script is:inline data-astro-rerun>
|
<script is:inline data-astro-rerun type="module">
|
||||||
import {l} from "../util/util";
|
import {l} from "../util/util";
|
||||||
import {navigate} from "astro:transitions/client";
|
import {navigate} from "astro:transitions/client";
|
||||||
if (window.location.href.endsWith("/dashboard") || window.location.href.endsWith("/dashboard/")) {
|
if (window.location.href.endsWith("/dashboard") || window.location.href.endsWith("/dashboard/")) {
|
||||||
|
@ -7,7 +7,7 @@ import localBau from "@images/2023-10-08_20.43.43.png";
|
|||||||
---
|
---
|
||||||
|
|
||||||
<NavbarLayout title={t("login.page")}>
|
<NavbarLayout title={t("login.page")}>
|
||||||
<script is:inline data-astro-rerun>
|
<script is:inline data-astro-rerun type="module">
|
||||||
import {l} from "../util/util";
|
import {l} from "../util/util";
|
||||||
import {navigate} from "astro:transitions/client";
|
import {navigate} from "astro:transitions/client";
|
||||||
|
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren