From 539607d87a30106893f3e95d9704d571280471c4 Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Mon, 17 Jul 2023 13:09:38 +0530 Subject: [PATCH 1/3] fix(UX): OAuth confirm access screen --- .../includes/oauth_confirmation.html | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/frappe/templates/includes/oauth_confirmation.html b/frappe/templates/includes/oauth_confirmation.html index 3fbbb75971..b5b3947ceb 100644 --- a/frappe/templates/includes/oauth_confirmation.html +++ b/frappe/templates/includes/oauth_confirmation.html @@ -1,22 +1,19 @@ {% if not error %}
-

{{ _("{} wants to access the following details from your account").format(client_id) }}

+
{{ _(client_id) }}
+

{{ _("wants to access the following details from your account") }}

-
    +
      {% for dtl in details %} -
    • {{ dtl.title() }}
    • +
    • {{ dtl.title() }}
    • {% endfor %}
    -
      -
    • - -
    • -
    • - -
    • -
    +
    + + +