Update apps/login/readme.md

Co-authored-by: Elio Bischof <elio@zitadel.com>
This commit is contained in:
Max Peintner
2023-05-05 10:05:46 +02:00
committed by GitHub
parent c4d58d88bd
commit 4f9ad150e4

View File

@@ -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