feat: interact with user settings/profile (#9)
This commit is contained in:
@ -66,7 +66,7 @@ export const getServerSideProps = authenticationFromServerSide({
|
||||
if (isNaN(channelId) || isNaN(guildId)) {
|
||||
return {
|
||||
redirect: {
|
||||
destination: '/application',
|
||||
destination: '/404',
|
||||
permanent: false
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user