You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.
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 supportstype="password"
and thepassword-reveal
attribute.The text was updated successfully, but these errors were encountered: