Archived
1
0
Fork 0

app/views/user/settings.volt: adding social sign-in section

This commit is contained in:
Henrik Hautakoski 2018-06-10 10:24:45 +02:00
parent 0db9f91a3e
commit 9ded2f36ad
2 changed files with 42 additions and 0 deletions

View file

@ -33,6 +33,7 @@ class UserController extends ControllerBase
}
}
$this->view->user = $user;
$this->view->form = $form;
}