Skip to content

Commit

Permalink
feat: add path option to redirectToHome helper function
Browse files Browse the repository at this point in the history
  • Loading branch information
awinogrodzki committed Jul 25, 2024
1 parent e43e857 commit aaa5f82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
8 changes: 0 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
# [1.7.0-canary.1](https://github.com/awinogrodzki/next-firebase-auth-edge/compare/v1.6.2...v1.7.0-canary.1) (2024-07-25)


### Features

* add path to redirectToHome ([ba018bb](https://github.com/awinogrodzki/next-firebase-auth-edge/commit/ba018bb89abaea6aba3787ae83dec144d2f27c60))
* introduced `refreshCookiesWithIdToken` function to enable login using Server Actions ([#212](https://github.com/awinogrodzki/next-firebase-auth-edge/issues/212)) ([6cd0b13](https://github.com/awinogrodzki/next-firebase-auth-edge/commit/6cd0b138036ff0f4fcfa91d786fca5255cfa2654))

# [1.7.0-canary.1](https://github.com/awinogrodzki/next-firebase-auth-edge/compare/v1.6.1...v1.7.0-canary.1) (2024-07-16)


Expand Down
6 changes: 3 additions & 3 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
module.exports = {
setupFiles: ['dotenv/config'],
testEnvironment: 'node',
setupFilesAfterEnv: ['<rootDir>/jest.setup.ts'],
transform: {
'^.+\\.tsx?$': [
'ts-jest',
Expand All @@ -8,7 +11,4 @@ module.exports = {
],
'^.+\\.jsx?$': 'babel-jest',
},
setupFiles: ['dotenv/config'],
testEnvironment: 'node',
setupFilesAfterEnv: ['<rootDir>/jest.setup.ts'],
};

0 comments on commit aaa5f82

Please sign in to comment.