fixing styles

This commit is contained in:
ludo
2024-01-07 20:42:37 +01:00
parent 25b8fc40c5
commit c053221662
39 changed files with 149 additions and 326 deletions

View File

@@ -31,8 +31,8 @@ class RegisterController extends Controller
}
return $request->wantsJson()
? new JsonResponse([], 201)
: redirect($this->redirectPath());
? new JsonResponse([], 201)
: redirect($this->redirectPath());
}
public function emailVerify()
@@ -75,5 +75,4 @@ class RegisterController extends Controller
{
return route(config('boilerplate.app.redirectTo', 'boilerplate.dashboard'));
}
}