digitalinteraction / deconf-api-toolkit

A library for running decentralised virtual conferences
https://deconf-api.openlab.dev/
MIT License
2 stars 0 forks source link

DevAuthCommand parameter issue #23

Open robb-j opened 2 years ago

robb-j commented 2 years ago

It takes a url option to it's context and returns a url in its result which means you can't destructure the result if url is already a variable.

The result should be renamed to loginUrl which is more meaningful and doesn't clash.