You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this a UI / front end issue? Use the lemmy-ui repo.
Issue Summary
trying to log in with username (with a whitespace at the end) results in an infinite loading. In my case it was caused by an error in bitwarden saved username, that added a whitespace, and took my a while to understand
Steps to Reproduce
click login
type your username followed by a whitespace, and your password
enjoy
it should only throw a trim() on the username before logging in I guess
The text was updated successfully, but these errors were encountered:
Issue Summary
trying to log in with
username
(with a whitespace at the end) results in an infinite loading. In my case it was caused by an error in bitwarden saved username, that added a whitespace, and took my a while to understandSteps to Reproduce
it should only throw a
trim()
on the username before logging in I guessThe text was updated successfully, but these errors were encountered: