From 6567d81060a2c594c53d2130b2fcdaf1e52c1f5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mauro=20K=C3=BCpfer?= Date: Fri, 24 Mar 2023 09:55:52 +0100 Subject: [PATCH] docs: fix port number in nextjs tutorial (#5533) Co-authored-by: Mauro Kuepfer --- docs/docs/examples/login/nextjs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/examples/login/nextjs.md b/docs/docs/examples/login/nextjs.md index 8614d9216d..cde4823cbd 100644 --- a/docs/docs/examples/login/nextjs.md +++ b/docs/docs/examples/login/nextjs.md @@ -39,7 +39,7 @@ As the requests from your application to ZITADEL are made on NextJS serverside, With the Redirect URIs field, you tell ZITADEL where it is allowed to redirect users to after authentication. For development, you can set dev mode to `true` to enable insecure HTTP and redirect to a `localhost` URI. -> If you are following along with the [example](https://github.com/zitadel/zitadel-angular), set dev mode to `true` and the Redirect URIs to . +> If you are following along with the [example](https://github.com/zitadel/zitadel-angular), set dev mode to `true` and the Redirect URIs to . If you want to redirect the users back to a route on your application after they have logged out, add an optional redirect in the Post Logout URIs field.