mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-16 10:19:10 +00:00
further social improvements, client-render edge cases
This commit is contained in:
parent
dd07e6bac4
commit
1c784d0605
4 changed files with 9 additions and 7 deletions
|
@ -129,10 +129,6 @@ export default class AuthLogin extends React.Component<AuthLoginProps, AuthLogin
|
|||
redirect(ctx, r || '/')
|
||||
}
|
||||
|
||||
if (ctx.req.headers['user-agent'].contains('Discordbot')) {
|
||||
redirect(ctx, '/_internal/_discordbot/_login')
|
||||
}
|
||||
|
||||
ctx.robots = 'NOINDEX, NOFOLLOW'
|
||||
|
||||
if (r != null) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue