Skip to content
Compare
Choose a tag to compare
@clerk-cookie clerk-cookie released this 18 Feb 15:21
· 24 commits to main since this release
93acb6f

Minor Changes

  • Introduce EmailLinkErrorCodeStatus to support users in custom flows and mark EmailLinkErrorCode as deprecated. (#5142) by @alexcarpenter

    - import { EmailLinkErrorCode } from '@clerk/nextjs/errors'
    + import { EmailLinkErrorCodeStatus } from '@clerk/nextjs/errors'

Patch Changes