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") }}