Issue
When you log into the Libraesva ESG plugin in Outlook or OWA, you can no longer log out.
How to fix it
Open Google Chrome and log into OWA
Click on an email
Click on the Libraesva ESG plugin
Right-click in the plugin frame and Inspect
Click on Console and select the ESG plugin Frame.
In the Console, type to get the current user
Office.context.roamingSettings.get("esg-outlook-add-in-data")
Remove the stored user
Office.context.roamingSettings.remove("esg-outlook-add-in-data")
Save changes
Office.context.roamingSettings.saveAsync()
Re-logging in OWA
Close and reopen Outlook which will work with the new login.