mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update app/views/console/users/index.phtml
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
This commit is contained in:
@@ -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; ?>
|
||||
|
||||
Reference in New Issue
Block a user