Showing 1,820 of 4,015 total issues
Avoid too many return
statements within this function. Open
Open
return (
<p>
{t('Success! Your account is fully activated, you now have access to all content.')}
</p>
);
Avoid too many return
statements within this function. Open
Open
return urlUtils.redirect301(res, routerManager.getUrlByResourceId(post.id, {withSubdirectory: true}));
Avoid too many return
statements within this function. Open
Open
return;
Avoid too many return
statements within this function. Open
Open
return (
<p>
{t('Signup error: Invalid link')}<br /><a href={singupPortalLink} target="_parent">{t('Click here to retry')}</a>
</p>
);
Avoid too many return
statements within this function. Open
Open
return 'month';
Avoid too many return
statements within this function. Open
Open
return renderer.renderEntry(req, res)(post);
Avoid too many return
statements within this function. Open
Open
return redirectToOriginal();
Avoid too many return
statements within this function. Open
Open
return this.unknownProvider(url);
Avoid too many return
statements within this function. Open
Open
return urlUtils.redirect301(res, routerManager.getUrlByResourceId(post.id, {withSubdirectory: true}));
Avoid too many return
statements within this function. Open
Open
return urlUtils.redirect301(res, urlUtils.urlJoin('/email', post.uuid, '/'));
Avoid too many return
statements within this function. Open
Open
return redirectToOriginal();
Avoid too many return
statements within this function. Open
Open
return redirectToOriginal();
Avoid too many return
statements within this function. Open
Open
return renderer.renderEntry(req, res)(post);
Avoid too many return
statements within this function. Open
Open
return urlUtils.redirect301(res, url.format({
pathname: url.parse(entry.url).pathname,
search: url.parse(req.originalUrl).search
}));
Avoid too many return
statements within this function. Open
Open
return renderer.renderEntry(req, res)(entry);
Avoid too many return
statements within this function. Open
Open
return (
<p>
{t('Success! Your email is updated.')}
</p>
);
Avoid too many return
statements within this function. Open
Open
return res.status(201).end();
Avoid too many return
statements within this function. Open
Open
return {...bookmark, body, contentType};
Avoid too many return
statements within this function. Open
Open
return next();
Avoid too many return
statements within this function. Open
Open
return (
<p>
{t('Plan checkout was cancelled.')}
</p>
);