Skip to content

Commit

Permalink
Removed a TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Lindahl committed Feb 26, 2013
1 parent a92c312 commit d57b045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/omniauth/strategies/cas.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class InvalidCASTicket < StandardError; end
attr_accessor :raw_info
alias_method :user_info, :raw_info

option :name, :cas # TODO: Why do I need to specify this?
option :name, :cas # Required property by OmniAuth::Strategy

option :host, nil
option :port, nil
Expand Down

0 comments on commit d57b045

Please sign in to comment.