Skip to content

Commit

Permalink
Revert "fix(auth): state missing from the response"
Browse files Browse the repository at this point in the history
This reverts commit 8356517.
  • Loading branch information
adrienjoly committed Dec 29, 2023
1 parent 8356517 commit 611c1e8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/lib/auth0/index.js
Expand Up @@ -78,11 +78,6 @@ exports.Auth0Wrapper = class Auth0Wrapper {
secret: this.env.AUTH0_SECRET,
clientID: this.env.AUTH0_CLIENT_ID,
issuerBaseURL: this.env.AUTH0_ISSUER_BASE_URL,
session: {
cookie: {
domain: new URL(urlPrefix).hostname,
},
},
});
}

Expand Down

0 comments on commit 611c1e8

Please sign in to comment.