@authhero/kysely-adapter 0.7.5 → 0.7.7
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/kysely-adapter.mjs
CHANGED
|
@@ -4182,7 +4182,7 @@ function Sa(n) {
|
|
|
4182
4182
|
...s,
|
|
4183
4183
|
disable_sign_ups: !!s.disable_sign_ups,
|
|
4184
4184
|
addons: JSON.parse(s.addons),
|
|
4185
|
-
|
|
4185
|
+
callbacks: JSON.parse(s.callbacks),
|
|
4186
4186
|
allowed_origins: JSON.parse(s.allowed_origins),
|
|
4187
4187
|
web_origins: JSON.parse(s.web_origins),
|
|
4188
4188
|
allowed_logout_urls: JSON.parse(s.allowed_logout_urls)
|