updated translations and oauth

This commit is contained in:
2021-11-19 09:30:04 +00:00
parent 3c38da1400
commit f9f7b777e7
91 changed files with 2519 additions and 1275 deletions
+3 -2
View File
@@ -39,7 +39,7 @@ import {
getSearchDocumentHistory,
getWatchedCases,
getPortalModuleDetails,
getSASToken,
getToken,
} from "../../actions";
const Home = (props) => {
@@ -82,7 +82,8 @@ export const getServerSideProps = wrapper.getServerSideProps(
const { cookies } = req;
const token = await getSASToken();
let token = await getToken();
token = token.access_token;
let loggedInUser = cookies.pinsUser;