File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
core/client/templates/settings/users Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 35
35
36
36
<form class =" user-profile" novalidate =" novalidate" autocomplete =" off" >
37
37
38
+ {{!-- Horrible hack to prevent Chrome from incorrectly auto-filling inputs --}}
39
+ <input style =" display:none;" type =" text" name =" fakeusernameremembered" />
40
+ <input style =" display:none;" type =" password" name =" fakepasswordremembered" />
41
+
38
42
<fieldset class =" user-details-top" >
39
43
40
44
<figure class =" user-image" >
67
71
{{!-- The correct markup for select boxes. Needs changing to the correct data --}}
68
72
{{!-- <div class="form-group">
69
73
<label for="user-role">Role</label>
70
- <span class="gh-select" {{bind-attr data-select-text=selectedTheme.label}} >
74
+ <span class="gh-select">
71
75
{{view Ember.Select
72
76
id="activeTheme"
73
77
name="general[activeTheme]"
You can’t perform that action at this time.
0 commit comments