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>
11
11
< input class ="input-block-level " type ="text " value ="{{ application.client_id }} " readonly >
12
12
</ li >
13
13
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
-
19
14
< li >
20
15
< p > < b > {% trans "Hash client secret" %}</ b > </ p >
21
16
< 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):
94
94
fields = (
95
95
"name" ,
96
96
"client_id" ,
97
- "client_secret" ,
98
97
"hash_client_secret" ,
99
98
"client_type" ,
100
99
"authorization_grant_type" ,
You can’t perform that action at this time.
0 commit comments