fix input type
This commit is contained in:
parent
2e3a5ccaaa
commit
53fbaf70c0
|
@ -373,7 +373,7 @@ OCA.External.StatusManager = {
|
|||
'<div>{{credentials_text}}</div>' +
|
||||
'<form>' +
|
||||
'<input type="text" name="username" placeholder="{{placeholder_username}}"/>' +
|
||||
'<input type="text" name="password" placeholder="{{placeholder_password}}"/>' +
|
||||
'<input type="password" name="password" placeholder="{{placeholder_password}}"/>' +
|
||||
'</form>' +
|
||||
'</div></div>',
|
||||
|
||||
|
|
Loading…
Reference in New Issue