This commit is contained in:
Eugene Pankov 2022-11-02 19:36:13 +01:00
parent 9b3ce401a0
commit f16f8278fe
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4

View file

@ -149,7 +149,7 @@ 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"
placeholder="Use the currently logged in user's name"
bind:value={target.options.username}
/>
</FormGroup>