Skip to content

bugfix: only send login errors once

azul requested to merge (removed):bugfix/error-dups into master

If a login was invalid as a username but also for the identity we used to have duplicate error messages. Let's avoid that.

Also added a test to make sure invite_code errors are properly displayed no matter what other fields are set or missing. Pixelated will rely on this to test invite codes

Merge request reports