mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
Changed api key input to password so password managers can recognize it
This commit is contained in:
parent
c215b90869
commit
bdef56f7ae
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ html
|
|||
form#api_selector
|
||||
.input
|
||||
input#input_uuid(placeholder='UUID', name='uuid', type='text')
|
||||
input#input_apiKey(placeholder='API Key', name='apiKey', type='text')
|
||||
input#input_apiKey(placeholder='API Key', name='apiKey', type='password')
|
||||
//.input
|
||||
input#input_baseUrl(placeholder='http://example.com/api', name='baseUrl', type='text')
|
||||
//.input
|
||||
|
|
|
|||
Loading…
Reference in a new issue