From bea140bbb4247a334417b60f710d8653f3fc505f Mon Sep 17 00:00:00 2001 From: soumyadey Date: Wed, 24 Aug 2022 20:36:59 +0530 Subject: [PATCH] Fix input.value attr for RequiredClaimName/Value Values set for RequiredClaimName and RequiredClaimValue do not show up on UI. Fix typo `values` to `value`. --- templates/admin/auth/edit.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/admin/auth/edit.tmpl b/templates/admin/auth/edit.tmpl index af3f381c8e53a..18722f48370b5 100644 --- a/templates/admin/auth/edit.tmpl +++ b/templates/admin/auth/edit.tmpl @@ -341,12 +341,12 @@
- +

{{.locale.Tr "admin.auths.oauth2_required_claim_name_helper"}}

- +

{{.locale.Tr "admin.auths.oauth2_required_claim_value_helper"}}