Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Docs] .NET Fix LoginWithOtp Example (#5843)
Closes TOOL-2863 <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on simplifying the OTP login process in the `InAppWallet` by removing the `canRetry` variable and related conditional logic, providing a more straightforward approach for handling OTP submissions. ### Detailed summary - Removed the `canRetry` variable from the `LoginWithOtp` method calls. - Simplified the OTP login logic by eliminating the retry checks. - Added comments to indicate where to implement error handling and retries if needed. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
- Loading branch information