app/views/user/settings.volt: adding social sign-in section
This commit is contained in:
parent
0db9f91a3e
commit
9ded2f36ad
2 changed files with 42 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ class UserController extends ControllerBase
|
|||
}
|
||||
}
|
||||
|
||||
$this->view->user = $user;
|
||||
$this->view->form = $form;
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue