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">
|
||||
<div id="content" class="text-center">
|
||||
<p class="text-2xl font-medium">Redirecting to dashboard...</p>
|
||||
<div class="mt-4">
|
||||
<div class="loading loading-spinner loading-lg"></div>
|
||||
<div id="content" class="text-center">
|
||||
<p class="text-2xl font-medium">Redirecting to dashboard...</p>
|
||||
<div class="mt-4">
|
||||
<div class="loading loading-spinner loading-lg"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
<script>
|
||||
import { RedirectHandler } from "../components/auth/RedirectHandler";
|
||||
new RedirectHandler();
|
||||
import { RedirectHandler } from "../scripts/auth/RedirectHandler";
|
||||
new RedirectHandler();
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue