Description
Currently, a user has the possibility to setup an auth token in the Auth tab of a request.
For security purposes, the data of the Token field is displayed as •••••••••••. But this also mask the value when using a variable, which intrinsically hides the value behind a name.

The value is a variable but we don't know because it's hidden

Expected result
When using a variable as the value of a token in the Token field, it should be displayed as clear text because 99% of the time, the variable name doesn't contain sensitive data. And this would allow a user to know if they are using a variable or not, and what variable is used.
Description
Currently, a user has the possibility to setup an auth token in the
Authtab of a request.For security purposes, the data of the
Tokenfield is displayed as•••••••••••. But this also mask the value when using a variable, which intrinsically hides the value behind a name.The value is a variable but we don't know because it's hidden
Expected result
When using a variable as the value of a token in the
Tokenfield, it should be displayed as clear text because 99% of the time, the variable name doesn't contain sensitive data. And this would allow a user to know if they are using a variable or not, and what variable is used.