From 4f9ad150e4b9b1918942ba22a52d9e32ecddb738 Mon Sep 17 00:00:00 2001 From: Max Peintner Date: Fri, 5 May 2023 10:05:46 +0200 Subject: [PATCH] Update apps/login/readme.md Co-authored-by: Elio Bischof --- apps/login/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/login/readme.md b/apps/login/readme.md index 19bed1a8640..4a703cff789 100644 --- a/apps/login/readme.md +++ b/apps/login/readme.md @@ -5,7 +5,7 @@ This is going to be our next UI for the hosted login. It's based on Next.js 13 a The Login UI should provide the following functionality: - **Login API:** Request and Submit state to the Login API -- **Server Components:** Making server-first the default for the most dynamic applications. +- **Server Components:** Making server-first the default even for the most dynamic applications. - **Streaming:** Display instant loading states and stream in updates (Register with [Liquid](https://liquidjs.com/)) ## Running Locally