From ee83ae8e1bee907677d1cecb5cb2bec077d3b405 Mon Sep 17 00:00:00 2001 From: Hugh Nimmo-Smith Date: Wed, 4 May 2022 08:50:48 -0400 Subject: [PATCH] Possible wording improvements for reauth screen --- crates/templates/src/res/pages/reauth.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/crates/templates/src/res/pages/reauth.html b/crates/templates/src/res/pages/reauth.html index 4d1dc2a56..388b4fd42 100644 --- a/crates/templates/src/res/pages/reauth.html +++ b/crates/templates/src/res/pages/reauth.html @@ -31,15 +31,13 @@ limitations under the License.
-

Confim access

- {% if next and next.kind == "continue_authorization_grant" %} -

to continue to {{ next.grant.client.client_name | default(value=next.grand.client.client_id) }}

- {% endif %} +

Hi {{ current_session.user.username }}

+

To continue, first verify it's you:

{# TODO: errors #} {{ field::input(label="Password", name="password", type="password") }} - {{ button::button(text="Confirm password") }} + {{ button::button(text="Next") }}