Desktop client submitting changelists with incorrect account email
Git allows you submit changelists gtagged with a different email/account than the one you are authenticated with. The Desktop Client should not be doing this by default however. The expectation is that commits have the same account/email on them as the user committing them.
In the web app screenshot you can see that the last three commits have a different user icon on them than the ones before. The latest 3 commits were done with the desktop client but if you look at the desktop client screenshot you can see that I was logged in as my regular user.
The commits before the last three have the correct user icon and those were done from a standard git client.
When capturing the above screenshots, I was logged with an account associated with marcel@wevr.com but the last three commits submitted from the Desktop Client have an email of marcel@wvs.io on them.