Bug report: application errors out when trying to paste a large string in the password field #865
Answered
by
ArnyminerZ
poisonborz
asked this question in
General
-
Maybe an edge case, but still a bug Recreate:
Expected result: well, maybe an error toast about maximum handled password size? |
Beta Was this translation helpful? Give feedback.
Answered by
ArnyminerZ
Jun 28, 2024
Replies: 1 comment 3 replies
-
Hi, how are you using a 30kb password? I don't think it will even be allowed on most servers since headers are usually limited to 16kb. However, I agree, at least a more intuitive error should be shown. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Followup in #869.
Seems to be a problem from Jetpack Compose. Reported to Google