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