Updates
This commit is contained in:
@@ -16,7 +16,7 @@ export const getServerSideProps: GetServerSideProps = async (ctx) => {
|
||||
|
||||
return {
|
||||
redirect: {
|
||||
destination: `/login`,
|
||||
destination: `/auth/login`,
|
||||
statusCode: 307,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user