commit
72299b4844
1 changed files with 2 additions and 1 deletions
|
@ -1873,7 +1873,7 @@ module.controller('ClientTemplateProtocolMapperListCtrl', function($scope, realm
|
||||||
});
|
});
|
||||||
|
|
||||||
module.controller('ClientTemplateProtocolMapperCtrl', function($scope, realm, serverInfo, template, mapper, ClientTemplateProtocolMapper, Notifications, Dialog, $location) {
|
module.controller('ClientTemplateProtocolMapperCtrl', function($scope, realm, serverInfo, template, mapper, ClientTemplateProtocolMapper, Notifications, Dialog, $location) {
|
||||||
|
$scope.realm = realm;
|
||||||
if (template.protocol == null) {
|
if (template.protocol == null) {
|
||||||
template.protocol = 'openid-connect';
|
template.protocol = 'openid-connect';
|
||||||
}
|
}
|
||||||
|
@ -1940,6 +1940,7 @@ module.controller('ClientTemplateProtocolMapperCtrl', function($scope, realm, se
|
||||||
});
|
});
|
||||||
|
|
||||||
module.controller('ClientTemplateProtocolMapperCreateCtrl', function($scope, realm, serverInfo, template, ClientTemplateProtocolMapper, Notifications, Dialog, $location) {
|
module.controller('ClientTemplateProtocolMapperCreateCtrl', function($scope, realm, serverInfo, template, ClientTemplateProtocolMapper, Notifications, Dialog, $location) {
|
||||||
|
$scope.realm = realm;
|
||||||
if (template.protocol == null) {
|
if (template.protocol == null) {
|
||||||
template.protocol = 'openid-connect';
|
template.protocol = 'openid-connect';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue