adding debug code

This commit is contained in:
2021-12-10 11:36:35 +00:00
parent b9f03cf207
commit 00e52a3127
4 changed files with 31 additions and 14 deletions
+4 -1
View File
@@ -170,7 +170,10 @@ export const getServerSideProps = wrapper.getServerSideProps(
providerConfig.token_endpoint,
"\n",
"hasloginCode:",
hasLoginCode
hasLoginCode,
"\n",
"redirect:",
process.env.GG_REDIRECT_URI
);
store.dispatch(getGovGatewayConfig(providerConfig));