This repository was archived by the owner on Sep 13, 2023. It is now read-only.

Description
When entering an access token and viewing the settings modal, the access token is visible to anyone looking at the screen.
We should hide the access token behind a password input, which you can toggle visibility of.
This can be done easily using buefy, as the <b-input> element supports type="password" and the password-reveal attribute.