Skip to content

Commit

Permalink
finish login
Browse files Browse the repository at this point in the history
  • Loading branch information
archeoss committed Jan 14, 2024
1 parent 65b7705 commit 6ef864f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/login/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Layout from '../../layouts/Layout.astro';
import LoginPage from '../../components/login/Login.tsx';
---

<Layout title="Welcome to Astro.">
<Layout title="Welcome to Bob.">
<main>
<LoginPage redirectTo={'/'} client:only />
</main>
Expand Down

0 comments on commit 6ef864f

Please sign in to comment.