Set secret-token as a password input.

This commit is contained in:
anthonyraymond 2017-01-01 01:40:31 +01:00
parent 7437b2d631
commit 2d42589887

View File

@ -1136,7 +1136,7 @@ http://ex1.com/f2.mp4 http://ex2.com/f2.mp4 --out=file2.mp4
<label class="col-sm-3 control-label">{{ 'Enter the secret token (optional)' | translate }}:</label>
<div class="col-sm-9 controls">
<label>
<input type="text" class="form-control input-xlarge" ng-model="connection.conf.auth.token"/>
<input type="password" class="form-control input-xlarge" ng-model="connection.conf.auth.token"/>
<p class="help-block">
{{ 'Enter the Aria2 RPC secret token (leave empty if authentication is not enabled)' | translate }}
</p>