registration step 2 front end

This commit is contained in:
CheeSiong
2020-11-06 15:26:53 +08:00
parent a2381e44a7
commit 6b394420dc
9 changed files with 363 additions and 10 deletions
@@ -150,7 +150,6 @@ class UpdateUserLogic extends AbstractControllerLogic
return $this->resourceResponse(new UserResource(\Auth::user()));
} catch (\Exception $exception) {
dd($exception);
throw new ErrorException($exception->getMessage(), $exception->getCode());
}