Trim white spaces on 2FA

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

Hello @ElasticEnjoyer

Welcome to the community!!

True, but i believe this has something to do with the Desktop Version of Outlook which is adding 1 extra space to the code at the end. If you try to check the same email via Web Version or on Mobile App on clicking the code there are is no trailing white space seen when we copy paste the code.
Are you also experiencing the same on Desktop Version of Outlook?

Thanks!!