added hashing on api calls
This commit is contained in:
@@ -179,13 +179,6 @@ export const getServerSideProps = wrapper.getServerSideProps(
|
||||
await getAwaitingSubmission(loggedInUser),
|
||||
]);
|
||||
|
||||
//const cookiesMaker = nookies.get(ctx)
|
||||
// console.log(
|
||||
// "acc details:",
|
||||
// accountDetails,
|
||||
// _.has(accountDetails, "errorCode") != false
|
||||
// );
|
||||
|
||||
if (_.has(accountDetails, "errorCode") != false) {
|
||||
return {
|
||||
redirect: {
|
||||
|
||||
Reference in New Issue
Block a user