Output.redirect
Output.redirect($url, $statusCode=303) -> null
Description
Redirect the user to another page, with an optional HTTP status code.
SecurityThe URL must be a TypeString pointing to a URL that is relative to the current domain.
Output.redirect(url'/login')