edgedb / edgedb-js

The official TypeScript/JS client library and query builder for EdgeDB
https://edgedb.com
Apache License 2.0
510 stars 65 forks source link

Fix accidental required magic link callback #1108

Closed scotttrinh closed 1 week ago

scotttrinh commented 1 week ago

In the sveltekit auth helper, we accidentally defined onMagicLinkCallback as a required method instead of an optional callback handler.