Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LG-14948 Try again opens selfie capture camera instead of redo doc auth page. #11661

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

theabrad
Copy link
Contributor

🎫 Ticket

Link to the relevant ticket:
LG-14948

🛠 Summary of changes

Fixed a bug where if a user fail's doc auth and hits "Try again online" it immediatly opens up the selfie camera.

📜 Testing Plan

Provide a checklist of steps to confirm the changes.

  • Go through Doc Auth with selfie with a failing ID
  • Click "Try again online"
  • Confirm that the selfie SDK does not open back up.

changelog: Bug Fixes, Doc Auth, Fix try again button opening up Selfie SDK
@theabrad theabrad force-pushed the abrad-lg-14948-try-again-bug branch from c276085 to c667986 Compare December 17, 2024 21:28
immediatelyBeginCapture: true,
immediatelyBeginCapture: false,
Copy link
Member

Choose a reason for hiding this comment

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

Is this the only place we had been passing immediatelyBeginCapture ? Can we remove it altogether?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah looks like we don't need it. Had to confirm with the team before i outright removed it. Will do.

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