mirror of
https://github.com/apache/rocketmq-dashboard.git
synced 2025-09-11 03:49:06 +08:00
Fix the password input box placeholder hint error
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<label class="control-label col-md-4"> {{'PASSWORD' | translate}}: </label>
|
||||
<div class="col-md-5">
|
||||
<input type="password" name="password" id="password"
|
||||
value="" placeholder="{{'USER_NAME' | translate}}"
|
||||
value="" placeholder="{{'PASSWORD' | translate}}"
|
||||
class="form-control" />
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user