summaryrefslogtreecommitdiff
path: root/doc/architecture/blueprints/pods/proposal-stateless-router-with-buffering-requests.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/architecture/blueprints/pods/proposal-stateless-router-with-buffering-requests.md')
-rw-r--r--doc/architecture/blueprints/pods/proposal-stateless-router-with-buffering-requests.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/architecture/blueprints/pods/proposal-stateless-router-with-buffering-requests.md b/doc/architecture/blueprints/pods/proposal-stateless-router-with-buffering-requests.md
index ab19b652f93..adc523e90c2 100644
--- a/doc/architecture/blueprints/pods/proposal-stateless-router-with-buffering-requests.md
+++ b/doc/architecture/blueprints/pods/proposal-stateless-router-with-buffering-requests.md
@@ -555,9 +555,9 @@ sequenceDiagram
They get a 404.
-### Experience for non-logged in users
+### Experience for non-authenticated users
-Flow is similar to logged in users except global routes like `/dashboard` will
+Flow is similar to authenticated users except global routes like `/dashboard` will
redirect to the login page as there is no default organization to choose from.
### A new customers signs up