updated url for email link

This commit is contained in:
2024-03-25 10:15:38 +00:00
parent 292f28364a
commit a973f94995
3 changed files with 19 additions and 2 deletions
+1 -1
View File
@@ -306,7 +306,7 @@ export const getServerSideProps = wrapper.getServerSideProps(
store.dispatch(setFilesForAppeal(blobList));
return {
props: { url: process.env.API_ROOT },
props: { url: process.env.NEXTAUTH_URL },
};
}
);
+1 -1
View File
@@ -288,7 +288,7 @@ export const getServerSideProps = wrapper.getServerSideProps(
//store.dispatch(setFilesForAppeal(blobList));
return {
props: { url: process.env.API_ROOT },
props: { url: process.env.NEXTAUTH_URL },
};
}
);