Skip to content

Commit

Permalink
Fix rubocop offenses.
Browse files Browse the repository at this point in the history
  • Loading branch information
tgxworld committed Aug 2, 2017
1 parent d793814 commit d2a423c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ def register_middleware(omniauth)
end

auth_provider title: 'with Office365',
enabled_setting: "office365_enabled",
message: 'Log in via Office365',
frame_width: 920,
frame_height: 800,
authenticator: Office365Authenticator.new(
'microsoft_office365',
trusted: true,
auto_create_account: true
)
enabled_setting: "office365_enabled",
message: 'Log in via Office365',
frame_width: 920,
frame_height: 800,
authenticator: Office365Authenticator.new(
'microsoft_office365',
trusted: true,
auto_create_account: true
)

register_css <<CSS
Expand Down

0 comments on commit d2a423c

Please sign in to comment.