Skip to content

Commit

Permalink
fixed fourmolu
Browse files Browse the repository at this point in the history
  • Loading branch information
jaanisfehling committed Nov 3, 2024
1 parent 2c2ce03 commit e36493b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Yesod/Auth/OAuth2/AzureADv2.hs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ oauth2AzureADv2Widget
oauth2AzureADv2Widget widget =
oauth2AzureADv2ScopedWidget widget defaultScopes

oauth2AzureADv2Scoped :: YesodAuth m => [Text] -> Text -> Text -> Text -> AuthPlugin m
oauth2AzureADv2Scoped
:: YesodAuth m => [Text] -> Text -> Text -> Text -> AuthPlugin m
oauth2AzureADv2Scoped =
oauth2AzureADv2ScopedWidget [whamlet|Login via #{pluginName}|]

Expand Down

0 comments on commit e36493b

Please sign in to comment.