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
there were a number of str.trimmed() added as well. thought that would have nailed it, but ... My C++ is rusty.
And strangely it didn't seem to add the space in every case. I don't see the pattern to when it does or doesn't. I build qtpass on debian, so if you want me to test anything, please ask.
I was going to ask about copying other fields (in addition to password), but #133 looks like it covers it.
PasswordDialog::getPassword()
passFile += widget->objectName() + ": " + text + "\n";
(adding the space after the colon, I think version 1.1.2)
For me it results in a space added in front of UserName
I'm using a template with fields
UserName
URL
The text was updated successfully, but these errors were encountered: