Skip to content

Commit

Permalink
[n/a] Remove inactive devs from pointless feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
noahko96 committed Jul 8, 2022
1 parent 94aee6f commit e165d93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions app/models/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ class User < ApplicationRecord

def is_admin?
email.in? [
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]"
]
end
Expand Down
4 changes: 1 addition & 3 deletions config/initializers/pointless_feedback.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
config.email_feedback = true
config.from_email = '[email protected]'
config.to_emails = [
'[email protected]',
'[email protected]',
'[email protected]'
'[email protected]'
]
config.google_captcha_site_key = "6Lcx6pQUAAAAANoXFts8_nsPSoNikCW6p80aCIL_"
config.google_captcha_secret_key = "6Lcx6pQUAAAAALoO68Z-f5vxBehQZLkxZkQvwkGw"
Expand Down

0 comments on commit e165d93

Please sign in to comment.