1
0
Fork 0
mirror of synced 2024-09-29 08:51:28 +13:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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; ?>