@@ -29,8 +29,8 @@ |
||
29 | 29 | |
30 | 30 | |
31 | 31 | /** |
32 | - * @inheritdoc |
|
33 | - */ |
|
32 | + * @inheritdoc |
|
33 | + */ |
|
34 | 34 | //public static $tableName = 'oauth2_auth_code'; |
35 | 35 | |
36 | 36 |
@@ -26,8 +26,8 @@ |
||
26 | 26 | |
27 | 27 | |
28 | 28 | /** |
29 | - * @inheritdoc |
|
30 | - */ |
|
29 | + * @inheritdoc |
|
30 | + */ |
|
31 | 31 | //public static $tableName = 'oauth2_client_scope'; |
32 | 32 | |
33 | 33 |
@@ -33,8 +33,8 @@ |
||
33 | 33 | public function actions() |
34 | 34 | { |
35 | 35 | return [ |
36 | - static::ACTION_NAME_ACCESS_TOKEN => Oauth2AccessTokenAction::class, |
|
37 | - static::ACTION_NAME_AUTHORIZE => Oauth2AuthorizeAction::class, |
|
36 | + static::ACTION_NAME_ACCESS_TOKEN => Oauth2AccessTokenAction::class, |
|
37 | + static::ACTION_NAME_AUTHORIZE => Oauth2AuthorizeAction::class, |
|
38 | 38 | ]; |
39 | 39 | } |
40 | 40 | } |
@@ -31,7 +31,7 @@ |
||
31 | 31 | public function actions() |
32 | 32 | { |
33 | 33 | return [ |
34 | - static::ACTION_NAME_JWKS => Oauth2JwksAction::class, |
|
34 | + static::ACTION_NAME_JWKS => Oauth2JwksAction::class, |
|
35 | 35 | ]; |
36 | 36 | } |
37 | 37 | } |
@@ -31,7 +31,7 @@ |
||
31 | 31 | public function actions() |
32 | 32 | { |
33 | 33 | return [ |
34 | - static::ACTION_NAME_OPENID_CONFIGURATION => Oauth2OpenidConfigurationAction::class, |
|
34 | + static::ACTION_NAME_OPENID_CONFIGURATION => Oauth2OpenidConfigurationAction::class, |
|
35 | 35 | ]; |
36 | 36 | } |
37 | 37 | } |
@@ -163,11 +163,3 @@ |
||
163 | 163 | |
164 | 164 | <?php |
165 | 165 | $js = <<<'JS' |
166 | - $('#oauth2_authorize-client-previously-approved-scopes-toggle').click(function(e) { |
|
167 | - $('#oauth2_authorize-client-previously-approved-scopes-list').slideToggle(); |
|
168 | - $(this).toggleClass('open'); |
|
169 | - e.preventDefault(); |
|
170 | - }); |
|
171 | - JS; |
|
172 | - |
|
173 | -$this->registerJs($js); |