diff --git a/README.md b/README.md
index cdfd27b..8a10ca6 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,9 @@ bun install
bun run dev
```
+Create an account using the authentication UI on http://localhost:3000.
+The verification code can be found on the dummy SMTP dashboard on http://localhost:4436.
+
Inside another terminal session we can start the dashboard UI:
```bash
diff --git a/authentication/src/app/flow/error/page.tsx b/authentication/src/app/flow/error/page.tsx
index e35626f..fa87dc4 100644
--- a/authentication/src/app/flow/error/page.tsx
+++ b/authentication/src/app/flow/error/page.tsx
@@ -51,7 +51,7 @@ export default function Error() {
return (
<>
-
+ An error occurred
@@ -61,7 +61,7 @@ export default function Error() {