TilmeldAfterSaveCallback: ((user: User & UserData) => Promise<void>)

This is run before the transaction is committed, and you can perform additional functions on the transaction, which is available in user.$nymph.

This is run after a new email verification email has been sent, so throwing an error will cause confusion for the user if they've changed their email.