Skip to content

Commit

Permalink
Add missing require to azure_activedirectory.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
flojon authored May 29, 2017
1 parent 99c9434 commit 4dfdc15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/omniauth/strategies/azure_activedirectory.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
require 'omniauth'
require 'openssl'
require 'securerandom'
require 'net/http'

module OmniAuth
module Strategies
Expand Down

0 comments on commit 4dfdc15

Please sign in to comment.