Right now if you have a trailing space in any login field (which might happen 'cause of password managers) then it will break. This just adds a strip() to avoid that.
Right now if you have a trailing space in any login field (which might happen 'cause of password managers) then it will break. This just adds a `strip()` to avoid that.
Right now if you have a trailing space in any login field (which might happen 'cause of password managers) then it will break. This just adds a
strip()
to avoid that.