Hide refresh token in the UI as it is considered a secret (#16030)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
parent
faf400eb8d
commit
b33ebb8433
|
@ -12,6 +12,7 @@
|
|||
<parameter name="refreshToken" type="text" required="false">
|
||||
<label>Refresh Token</label>
|
||||
<description>Refresh token for account authentication. Please see the documentation on how to get hold of it.</description>
|
||||
<context>password</context>
|
||||
</parameter>
|
||||
</config-description>
|
||||
</bridge-type>
|
||||
|
|
Loading…
Reference in New Issue