bug: fix group impersonation (#569)

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
Bobby DeSimone 2020-03-27 09:46:08 -07:00 committed by GitHub
parent 297b0fd6c7
commit 4c5d2d8020
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -222,7 +222,7 @@
<label> <label>
<span>Group</span> <span>Group</span>
<input <input
name=" {{ .ImpersonateGroups }}" name="{{ .ImpersonateGroups }}"
type="text" type="text"
class="field" class="field"
value="" value=""

File diff suppressed because one or more lines are too long