update imports
This commit is contained in:
parent
07ae136841
commit
e35adfaa5b
1 changed files with 7 additions and 7 deletions
|
@ -4,14 +4,14 @@ const title = "Authenticating...";
|
||||||
---
|
---
|
||||||
|
|
||||||
<main class="min-h-screen flex items-center justify-center">
|
<main class="min-h-screen flex items-center justify-center">
|
||||||
<div id="content" class="text-center">
|
<div id="content" class="text-center">
|
||||||
<p class="text-2xl font-medium">Redirecting to dashboard...</p>
|
<p class="text-2xl font-medium">Redirecting to dashboard...</p>
|
||||||
<div class="mt-4">
|
<div class="mt-4">
|
||||||
<div class="loading loading-spinner loading-lg"></div>
|
<div class="loading loading-spinner loading-lg"></div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</main>
|
</main>
|
||||||
<script>
|
<script>
|
||||||
import { RedirectHandler } from "../components/auth/RedirectHandler";
|
import { RedirectHandler } from "../scripts/auth/RedirectHandler";
|
||||||
new RedirectHandler();
|
new RedirectHandler();
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in a new issue