Skip to content

PRD-2150: Update Clerk feature#50

Open
veliseev93 wants to merge 26 commits intomainfrom
PRD-2150-update-clerk-module
Open

PRD-2150: Update Clerk feature#50
veliseev93 wants to merge 26 commits intomainfrom
PRD-2150-update-clerk-module

Conversation

@veliseev93
Copy link
Collaborator

No description provided.

Mikhail Leonov and others added 25 commits January 19, 2026 15:33
…methods

PRD-2164 - Improve SignUp and SignIn logic
…in-hooks

PRD-2165 - Fix loading state in useAuthWithIdentifier hook
…er identifier management and verification flow
…method signature inheritance from useAddIdentifier
@veliseev93 veliseev93 requested a review from ipakhomov February 4, 2026 13:39
try {
await signIn?.create({
strategy,
const attempt = await signIn?.create({
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems like we are trying to log in here, shouldn't we call this method instead:

   await signIn?.create({
        strategy: strategy,
        identifier: email,
      });

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@veliseev93 You're right! As discussed, I removed the unnecessary code and simplified the sending logic. Please take a look.

@mikhail-create mikhail-create removed their assignment Feb 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants