Skip to content

Commit e0194d4

Browse files
committed
finish login
1 parent a4f5778 commit e0194d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/login/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Layout from '../../layouts/Layout.astro';
33
import LoginPage from '../../components/login/Login.tsx';
44
---
55

6-
<Layout title="Welcome to Astro.">
6+
<Layout title="Welcome to Bob.">
77
<main>
88
<LoginPage redirectTo={'/'} client:only />
99
</main>

0 commit comments

Comments
 (0)