1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-15 17:44:17 +02:00

Flextype Box Plugin: Admin #125 #117

- Users Controller/Views implementation
This commit is contained in:
Awilum
2019-06-01 18:53:03 +03:00
parent 7f6135b01e
commit 579032c560

View File

@@ -15,6 +15,13 @@ class UsersController extends Controller
{
}
public function profile($request, $response, $args)
{
return $this->container->get('view')->render(
$response,
'plugins/admin/views/templates/users/profile.html'
);
}
public function login($request, $response, $args)
{