Shift to consistent, fluent response chains

This commit is contained in:
Shift
2023-03-30 14:15:17 +00:00
parent 66c246852c
commit 1eeb9eaece
28 changed files with 69 additions and 69 deletions
@@ -168,7 +168,7 @@ class RegisterController extends Controller
);
Invite::consume($inviteCode);
return $this->registered($request, $user) ?: redirect($this->redirectPath())->with('info', 'Your Account has been created. You will receive a separate verification email shortly.');
return $this->registered($request, $user) ?: redirect()->to($this->redirectPath())->with('info', 'Your Account has been created. You will receive a separate verification email shortly.');
}
break;
case 'view':