We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5900200 commit 267f2ecCopy full SHA for 267f2ec
1 file changed
lib/errbit_github_plugin/issue_tracker.rb
@@ -12,11 +12,11 @@ class IssueTracker < ErrbitPlugin::IssueTracker
12
'OAuth token.'
13
14
FIELDS = {
15
- :username => {
16
- :placeholder => "Your username on GitHub"
+ username: {
+ placeholder: "Your username on GitHub"
17
},
18
- :password => {
19
- :placeholder => "Password for your account"
+ password: {
+ placeholder: "Password for your account"
20
}
21
22
0 commit comments