lib/omniauth/strategies/google_apps.rb in oa-openid-0.2.0.beta5 vs lib/omniauth/strategies/google_apps.rb in oa-openid-0.2.0

- old
+ new

@@ -7,10 +7,10 @@ options[:name] ||= 'google_apps' super(app, store, options, &block) end def get_identifier - OmniAuth::Form.build('Google Apps Authentication') do + OmniAuth::Form.build(:title => 'Google Apps Authentication') do label_field('Google Apps Domain', 'domain') input_field('url', 'domain') end.to_response end