Update app/views/console/users/index.phtml

Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
This commit is contained in:
Simon Trockel
2022-01-17 14:03:08 +01:00
committed by GitHub
parent 7f52116a17
commit ec97e845a2
+1 -1
View File
@@ -480,7 +480,7 @@ $smtpEnabled = $this->getParam('smtpEnabled', false);
<?php
$form_view = new View(__DIR__.'/oauth/'.$this->escape($form));
echo $form_view
->setParam("provider",$provider)
->setParam("provider", $provider)
->render();
?>
<?php endif; ?>