diff --git a/.env.example b/.env.example
deleted file mode 100644
index 0d0e0d6..0000000
--- a/.env.example
+++ /dev/null
@@ -1,2 +0,0 @@
-DATABASE_URL="file:./data.db?connection_limit=1"
-SESSION_SECRET="super-duper-s3cret"
diff --git a/app/routes/magic.tsx b/app/routes/magic.tsx
index 9913b38..517bf3c 100644
--- a/app/routes/magic.tsx
+++ b/app/routes/magic.tsx
@@ -6,7 +6,7 @@ export default function Magic() {
return (
-
check your inbox for a magic link
+
check your inbox for a magic link!
);
diff --git a/app/routes/start.tsx b/app/routes/start.tsx
index bad0456..5c03677 100644
--- a/app/routes/start.tsx
+++ b/app/routes/start.tsx
@@ -84,7 +84,7 @@ export const action = async ({ request }: ActionFunctionArgs) => {
);
const res = await raw.json();
-
+ debugger;
if (res.user_id && !existingUser) {
await createUser(email, res.user_id);
}
@@ -202,7 +202,7 @@ export default function Start() {
type="text"
name="coordinates"
ref={coordinatesRef}
- style={{ display: "none" }}
+ style={{ display: "block" }}
/>