fix(security): removed client_secret from frontend registration
This commit is contained in:
0
local/components/conmed/sso.register/templates/.default/.template.php.0.bak
Normal file → Executable file
0
local/components/conmed/sso.register/templates/.default/.template.php.0.bak
Normal file → Executable file
2
local/components/conmed/sso.register/templates/.default/template.php
Normal file → Executable file
2
local/components/conmed/sso.register/templates/.default/template.php
Normal file → Executable file
@@ -9,7 +9,7 @@
|
||||
cities: <?=json_encode($arResult['CITIES'])?>
|
||||
};
|
||||
var cmSessid = '<?=bitrix_sessid()?>';
|
||||
var cmDefaultClientId = '<?=$arResult['CLIENT_ID']?>'; // Публичный ID клиента для редиректов
|
||||
var cmDefaultClientId = '<?=$arResult['CLIENT_ID']?>'; // Публичный ID клиента для редиректов
|
||||
</script>
|
||||
|
||||
<div class="cm-auth-card">
|
||||
|
||||
Reference in New Issue
Block a user