From c2e90ad26aa334c95d72ab9cfb360faa3bad5c6a Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 17 Oct 2023 14:27:29 +1100 Subject: [PATCH] add log --- static/auth0-spa-js.development_old.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/auth0-spa-js.development_old.js b/static/auth0-spa-js.development_old.js index abbe82d61..6c547f7b4 100644 --- a/static/auth0-spa-js.development_old.js +++ b/static/auth0-spa-js.development_old.js @@ -2914,6 +2914,7 @@ _a = parseQueryResult(queryStringFragments.join("")), state = _a.state, code = _a.code, error = _a.error, error_description = _a.error_description; transaction = this.transactionManager.get(); + console.log('transaction ======>', transaction) if (!transaction) { throw new Error("Invalid state"); }