Customisation of Google Authenticator name in QR

Hello
We want to customize name of 2fa key that is being generated by pritunl, nowe it’s like
useremail@pritunl
We want to change it (for eample) to
company_pritunl@useremail
how to do that?
Regards

The line for this code can be edited in the file /usr/lib/pritunl/lib/python3.8/site-packages/pritunl/handlers/key.py run sudo systemctl restart pritunl after editing the file.

This will modify the QR code if scanned from the profile view page. The QR code from the administrator console will not change.

Thank you. Worked like a charm.