Hey,
so I have quite the simple constructive critisim:
When dealing with 2 Factor Authentification via Email you get send a 6 Digit code.
But when rapidly copypasting said code you also copy a trailing whitespace.
Which then gets not only copied into the box to put the code into, but is also evaluated in the backend and fails the Auth process.
In my humble opinion it should be easy to just Trim off any whitespaces for the 2FA since the code is only comprised of digits anyway.
Let me know what you think.
Best regards,
ElasticEnjoyer