-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
🥳[Feature] Add Two Factor Authentication for Litecoin Card #82
Conversation
- Moved to v0.8.0
- There is a bug in Xcode where running code coverage breaks the SwiftUI canvas
- Pre-polish the languiage and the translations - Tech Debt: Code clean up - Deleted and cleaned up files.
- UIKit updated relative to the modal
- New 2FA View - New 2FA Model
Localizations: * 2FA Not Enabled * 2FA Enabled * Enter the code that was recently sent to your Litecoin Card account email. * Enter Code * Confirm
- Stubbed in the View Extenstion tests - Enable2FAViewModel tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple of testing files that need looked at to get some dead code reviewed
loafwalletTests/Two Factor Auth Tests/Enter2FACodeViewModelTests.swift
Outdated
Show resolved
Hide resolved
@JasperHeist thanks...let me made changes and push them up soon (in 24 - 36 hrs) |
- Turkish is now found
* Removed the launch options - This method had `launchOptions` that was never used. * Removed all unused code.
@JasperHeist rebased the other develop merged PRs in:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sweet looks good here
Overview
The Litecoin Card API needs a higher degree of authentication than just login for Transfers. So, the Enable2FA Api needed to be added.
Approach
There are a few structural changes tp make this happen
Screenshots/GIFs