fix(web): hide pwd finally
This commit is contained in:
parent
87a5a77e19
commit
9c94caf8b4
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ pub fn LoginBox(
|
||||||
});
|
});
|
||||||
} >
|
} >
|
||||||
<input class="w-100" type="text" node_ref=username_ref placeholder="username" />
|
<input class="w-100" type="text" node_ref=username_ref placeholder="username" />
|
||||||
<input class="w-100" type="text" node_ref=password_ref placeholder="password" />
|
<input class="w-100" type="password" node_ref=password_ref placeholder="password" />
|
||||||
<input class="w-100" type="submit" value="login" />
|
<input class="w-100" type="submit" value="login" />
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue