Removed the console.log calls
This commit is contained in:
@@ -21,8 +21,6 @@ export function getServerSideProps({query, res}: {query: {oobCode: string; mode:
|
||||
};
|
||||
}
|
||||
|
||||
console.log(query.continueUrl);
|
||||
|
||||
return {
|
||||
props: {
|
||||
code: query.oobCode,
|
||||
|
||||
Reference in New Issue
Block a user