File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
templates/oauth2_provider Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,6 @@ <h3 class="block-center-heading">{{ application.name }}</h3>
1111 < input class ="input-block-level " type ="text " value ="{{ application.client_id }} " readonly >
1212 </ li >
1313
14- < li >
15- < p > < b > {% trans "Client secret" %}</ b > </ p >
16- < input class ="input-block-level " type ="text " value ="{{ application.client_secret }} " readonly >
17- </ li >
18-
1914 < li >
2015 < p > < b > {% trans "Hash client secret" %}</ b > </ p >
2116 < p > {{ application.hash_client_secret|yesno:_("yes,no") }}</ p >
Original file line number Diff line number Diff line change @@ -94,7 +94,6 @@ def get_form_class(self):
9494 fields = (
9595 "name" ,
9696 "client_id" ,
97- "client_secret" ,
9897 "hash_client_secret" ,
9998 "client_type" ,
10099 "authorization_grant_type" ,
You can’t perform that action at this time.
0 commit comments