mirror of
https://github.com/logto-io/logto.git
synced 2025-01-20 21:32:31 -05:00
11 lines
407 B
Markdown
11 lines
407 B
Markdown
|
---
|
||
|
"@logto/connector-kit": minor
|
||
|
---
|
||
|
|
||
|
support magic link feature
|
||
|
|
||
|
- Removed `VerificationCodeType`: Since we are adding the magic link feature, `VerificationCodeType` is no longer precise for our use cases.
|
||
|
- Replaced `VerificationCodeType` with `TemplateType`.
|
||
|
- Removed `TemplateNotSupported` error code since it is useless for dynamic template checking.
|
||
|
- Added `link` property to `SendMessagePayload`.
|