Hi there, I had below in postlogin , just checking if i can print some thing browser console not luck with the below code this below triggers after postlogin. Now sure how to check this perticular console.log.pls advice.
Am using Actions->Library->custom. Choosen node18
exports.onExecutePostLogin = async (event, api) => {
console.log(‘###############Last Known Geo Location:’);
};
2 posts - 2 participants