Merge branch 'develop' into v2
This commit is contained in:
commit
a39802cb4e
19 changed files with 241 additions and 99 deletions
|
@ -48,9 +48,7 @@ class TwoFactorController extends ClientApiController
|
|||
}
|
||||
|
||||
return new JsonResponse([
|
||||
'data' => [
|
||||
'image_url_data' => $this->setupService->handle($request->user()),
|
||||
],
|
||||
'data' => $this->setupService->handle($request->user()),
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue