Is your enhancement request related to a problem? Please describe.
Apparently there are now also valid ARLs that are 175 characters long instead of the expected 192 characters.
When the app can't log in with an arl, it detects all input different from 192 length as invalid.
But it seems it should also recognize 175 as (potentially) valid.
Describe the solution you'd like
It's only a rare edge case, but only display the "Invalid ARL length!" error message when login failed and input is not 175 nor 192 characters in length.
🚀 Enhancement Request
Is your enhancement request related to a problem? Please describe.
Apparently there are now also valid ARLs that are 175 characters long instead of the expected 192 characters. When the app can't log in with an arl, it detects all input different from 192 length as invalid. But it seems it should also recognize 175 as (potentially) valid.
Describe the solution you'd like
It's only a rare edge case, but only display the "Invalid ARL length!" error message when login failed and input is not 175 nor 192 characters in length.