mirror of
https://github.com/warp-tech/warpgate.git
synced 2025-02-24 15:35:48 +08:00
wording
This commit is contained in:
parent
9b3ce401a0
commit
f16f8278fe
1 changed files with 2 additions and 2 deletions
|
@ -149,7 +149,7 @@ async function toggleRole (role: Role) {
|
||||||
|
|
||||||
<FormGroup floating label="Username">
|
<FormGroup floating label="Username">
|
||||||
<input class="form-control"
|
<input class="form-control"
|
||||||
placeholder="Note: blank value here will forward username from warpgate authenticated user"
|
placeholder="Use the currently logged in user's name"
|
||||||
bind:value={target.options.username}
|
bind:value={target.options.username}
|
||||||
/>
|
/>
|
||||||
</FormGroup>
|
</FormGroup>
|
||||||
|
|
Loading…
Reference in a new issue