From 985b003fa9fd5a6d190147f3c905137bef20a09c Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Sun, 15 Dec 2019 16:42:37 +0100 Subject: [PATCH] Optimize wording Signed-off-by: Sven Strickroth --- developer_manual/client_apis/LoginFlow/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developer_manual/client_apis/LoginFlow/index.rst b/developer_manual/client_apis/LoginFlow/index.rst index 6b378d311..addbb87d4 100644 --- a/developer_manual/client_apis/LoginFlow/index.rst +++ b/developer_manual/client_apis/LoginFlow/index.rst @@ -7,8 +7,8 @@ Login Flow This document provides a quick overview of the new login flow that should be used by clients to obtain login credentials. This will assure that each client gets its own set of credentials. This has several advantages: -1. The client never stores the password of the user -2. The user can revoke on a per client basis from the web +1. A client never stores the password of the user +2. The user can revoke access on a per client basis from the web Opening the webview -------------------