Pritunl client right click in password field

I noticed that we cant right click on the password field when connecting to pritunl.

Our company champions accessibility standards in our own product and software that we use - and not having right click may affect accessibility tools that help users operate a computer

Would it be possible to add a feature request for this to be configurable at least?

I have added a context menu with the options below. This will be included in the next release.

electron.Menu.buildFromTemplate([
	{role: "undo"},
	{role: "redo"},
	{role: "cut"},
	{role: "copy"},
	{role: "paste"},
	{role: "selectAll"},
]).popup()

Thanks for the prompt action! :trophy:

One again thanks for adding this! Downloaded the latest release

Small issue is that when you right click it selects the text you have already pasted, so we have password2fa (I cant wrap those in brackets here - the forum keeps removing the password text) so pasting with mouse pastes the 2fa over the password entered previously

I don’t think it would be possible to change that.