This commit is contained in:
philipp lang 2021-10-30 19:16:23 +02:00
parent 5c5526f4c7
commit fced87efd5
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ class FacebookLogin extends FormWidgetBase
$this->vars['value'] = $this->getLoadValue();
$this->vars['model'] = $this->model;
$this->vars['client_id'] = Setting::get('facebook_client_id');
$this->vars['redirect_url'] = $this->redirectUri();;
$this->vars['redirect_url'] = $this->redirectUri();
$this->vars['state'] = $state;
}