Thanks for confirming!
I am using the following Action in my environment:
exports.onExecutePostLogin = async (event, api) => {
if (event.authentication) {
console.log(event.authentication.methods)
}
}
Logs using Real-Time Webask Logs Extension:
And in Monitoring → Logs → Successful Login → Action Details
Does running a similar, stripped down action in your environment not yield the same result?
Let us know!