kadena-io / chainweaver

Kadena Chainweaver desktop wallet and web-based playground for Pact
https://chainweaver.kadena.network
60 stars 29 forks source link

Fix Issue #636 on Ubuntu #717

Open freQniK opened 2 years ago

freQniK commented 2 years ago

instead of getLoginName, use getEffectiveUserName to properly get the name of the user associated to the logged in User ID

see: https://github.com/kadena-io/chainweaver/issues/636

jmininger commented 2 years ago

Thanks for giving this a go. Do you think you could make it so that it branches on the failure of the original piece of code and only runs the newer version if the former fails? Thanks!

freQniK commented 2 years ago

Yeah, I'll see about adding the proper exception handling. Give me a few days.