| 1 | import { TemplateType } from '@logto/connector-kit'; |
| 2 | import { ConnectorType, type RequestVerificationCodePayload } from '@logto/schemas'; |
| 3 | |
| 4 | import { requestVerificationCode, verifyVerificationCode } from '#src/api/verification-code.js'; |
nothing calls this directly
no test coverage detected