@alinsafawi/aegis-auth 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -23607,7 +23607,7 @@ export default function RootPage() {
|
|
|
23607
23607
|
}
|
|
23608
23608
|
function generateMiddleware(cookiePrefix, language) {
|
|
23609
23609
|
return `import { createAuthMiddleware } from '@alinsafawi/aegis-auth-next'
|
|
23610
|
-
import authConfig from '
|
|
23610
|
+
import authConfig from '../auth.config'
|
|
23611
23611
|
|
|
23612
23612
|
export default createAuthMiddleware(authConfig)
|
|
23613
23613
|
|