Skip to content

Commit

Permalink
init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
royemosby committed Apr 27, 2021
1 parent 897cba5 commit 68362c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/views/employees/edit.html.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<h1>Employee Edit</h1>
3 changes: 3 additions & 0 deletions config/initializers/omniauth.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Rails.application.config.middleware.use OmniAuth::Builder do
provider :github, ENV['GITHUB_KEY'], ENV['GITHUB_SECRET']
end

0 comments on commit 68362c8

Please sign in to comment.