Skip to content

recover password to flow#29164

Merged
chrisnojima merged 3 commits intonojima/HOTPOT-next-670-clean-2from
nojima/ZCLIENT-smaller-store-split-2
Apr 20, 2026
Merged

recover password to flow#29164
chrisnojima merged 3 commits intonojima/HOTPOT-next-670-clean-2from
nojima/ZCLIENT-smaller-store-split-2

Conversation

@chrisnojima-zoom
Copy link
Copy Markdown
Contributor

No description provided.

This comment was marked as outdated.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 16 out of 16 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

params: {username},
waitingKey: waitingKeyRecoverPassword,
})
console.log('Recovered account')
Copy link

Copilot AI Apr 20, 2026

Choose a reason for hiding this comment

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

console.log('Recovered account') looks like leftover debug logging. Prefer using the existing logger (info/debug) or remove the line to avoid noisy console output in production builds.

Suggested change
console.log('Recovered account')
logger.info('Recovered account')

Copilot uses AI. Check for mistakes.
@chrisnojima chrisnojima merged commit a0ee7ca into nojima/HOTPOT-next-670-clean-2 Apr 20, 2026
4 of 5 checks passed
@chrisnojima chrisnojima deleted the nojima/ZCLIENT-smaller-store-split-2 branch April 20, 2026 19:05
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.

3 participants