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:
- Login with
Authenticator.keychain.basic(username: userID, password: password) .authenticate(in: client)
- get two_factor code, and continue with
challenge.code(code).authenticate()
- get error message:
{\"message\":\"Invalid Parameters\",\"status\":\"fail\",\"error_type\":\"invalid_parameters\"}
Expected behavior
Login success
Device and system
iOS 15.2, iPhone X
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