mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-04-26 20:57:48 +02:00
fixed fourmolu
This commit is contained in:
parent
2c2ce03b38
commit
e36493b953
@ -50,7 +50,8 @@ oauth2AzureADv2Widget
|
|||||||
oauth2AzureADv2Widget widget =
|
oauth2AzureADv2Widget widget =
|
||||||
oauth2AzureADv2ScopedWidget widget defaultScopes
|
oauth2AzureADv2ScopedWidget widget defaultScopes
|
||||||
|
|
||||||
oauth2AzureADv2Scoped :: YesodAuth m => [Text] -> Text -> Text -> Text -> AuthPlugin m
|
oauth2AzureADv2Scoped
|
||||||
|
:: YesodAuth m => [Text] -> Text -> Text -> Text -> AuthPlugin m
|
||||||
oauth2AzureADv2Scoped =
|
oauth2AzureADv2Scoped =
|
||||||
oauth2AzureADv2ScopedWidget [whamlet|Login via #{pluginName}|]
|
oauth2AzureADv2ScopedWidget [whamlet|Login via #{pluginName}|]
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user