From 9a4e8f438ab5ce4d4157893aab9da32f24a4acfd Mon Sep 17 00:00:00 2001 From: luo jiyin Date: Fri, 27 Mar 2026 22:58:55 +0800 Subject: [PATCH] docs(frontend): update better-auth README notes (#1487) --- frontend/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/README.md b/frontend/README.md index 68571d6..a7ded3c 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -107,8 +107,8 @@ src/ │ └── utils/ # Utility functions ├── hooks/ # Custom React hooks ├── lib/ # Shared libraries & utilities -├── server/ # Server-side code (Not available yet) -│ └── better-auth/ # Authentication setup (Not available yet) +├── server/ # Server-side code +│ └── better-auth/ # Authentication setup and session helpers └── styles/ # Global styles ```