fix input type

This commit is contained in:
Robin Appelman 2016-02-04 16:20:45 +01:00
parent 2e3a5ccaaa
commit 53fbaf70c0

View file

@ -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>',