Skip to content

Commit

Permalink
revert some of the app_secret as we went ahead with the wave it's not…
Browse files Browse the repository at this point in the history
… there yet
  • Loading branch information
Chocksy committed Dec 2, 2015
1 parent 5cd4e8f commit a6b8544
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/views/api/v1/websites/index.json.jbuilder
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
json.websites @websites do |website|
json.(website, :id, :title, :domain, :app_secret, :app_key)
json.(website, :id, :title, :domain, :app_id, :app_key)
json.errors website.grouped_issues.count
json.subscribers website.subscribers.count
json.members website.members.count
Expand Down
2 changes: 1 addition & 1 deletion app/views/api/v1/websites/show.json.jbuilder
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
json.(@website, :id, :app_secret, :app_key, :domain, :title)
json.(@website, :id, :app_id, :app_key, :domain, :title)
json.errors @website.grouped_issues.count
json.subscribers @website.subscribers.count
json.members @website.members.count
2 changes: 1 addition & 1 deletion app/views/websites/_website_modal.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
%td.title
%td.domain
%td.app_key
%td.app_secret
%td.app_id
.panel.panel-default.codeview
.panel-heading Website Configuration
%p Engage developers with users to solve errors. This is the js library that sends errors to our server. Use the iframe functionality to show the form, autofill the email address, removed unused css code.
Expand Down

0 comments on commit a6b8544

Please sign in to comment.