Skip to content

Commit e63cdea

Browse files
authored
Merge pull request #289 from datdamnzotz/277-login-screen-does-not-autofill
Remove autocomplete off for user/password fields
2 parents 5ea3975 + 352f93f commit e63cdea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/cljs/orcpub/dnd/e5/views.cljs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@
9494
[:input.flex-grow-1
9595
(merge
9696
attrs
97-
{:auto-complete :off})]]])
97+
;; Rem'd out to allow auto fill on use/password
98+
;;{:auto-complete :off}
99+
)]]])
98100

99101
(defn form-input []
100102
(let [blurred? (r/atom false)]

0 commit comments

Comments
 (0)