mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
570a4ea9e2
* feat: create invitation * refactor: update test imports * refactor: update unit tests * refactor: update docs * refactor: update api tests * chore: add changesets * refactor: add comments * refactor: fix swagger check * refactor: keep compatibility
407 B
407 B
@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
withTemplateType
. - Removed
TemplateNotSupported
error code since it is useless for dynamic template checking. - Added
link
property toSendMessagePayload
.