We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2610d6 commit 7670a4dCopy full SHA for 7670a4d
apps/profile/controller.js
@@ -48,7 +48,7 @@ app.post('/link', (req, res, next) => {
48
49
res.set('x-app-status', 'failure');
50
res.set('x-app-message', 'link_forbidden');
51
- res.redirect(403, '/profile');
+ res.redirect(303, '/profile');
52
53
return;
54
}
0 commit comments