We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've searched past issues and I couldn't find reference to this.
Swiftagram version 5.4.0
Describe the bug Login with two-factor get error: invalid_parameters
To reproduce Steps to reproduce the behavior:
Authenticator.keychain.basic(username: userID, password: password) .authenticate(in: client)
challenge.code(code).authenticate()
{\"message\":\"Invalid Parameters\",\"status\":\"fail\",\"error_type\":\"invalid_parameters\"}
Expected behavior Login success
Device and system iOS 15.2, iPhone X
The text was updated successfully, but these errors were encountered:
fix: re-enable non-empty two factor authentication
6fa8157
Close #281
sbertix
No branches or pull requests
I've searched past issues and I couldn't find reference to this.
Swiftagram version
5.4.0
Describe the bug
Login with two-factor get error: invalid_parameters
To reproduce
Steps to reproduce the behavior:
Authenticator.keychain.basic(username: userID, password: password) .authenticate(in: client)
challenge.code(code).authenticate()
{\"message\":\"Invalid Parameters\",\"status\":\"fail\",\"error_type\":\"invalid_parameters\"}
Expected behavior
Login success
Device and system
iOS 15.2, iPhone X
The text was updated successfully, but these errors were encountered: