From 3a333df1ce0f2adb49a97b51e768ac7c97f7eced Mon Sep 17 00:00:00 2001 From: Pat Brisbin Date: Thu, 6 Apr 2023 08:51:41 -0400 Subject: [PATCH] Apply suggestions from code review --- src/Yesod/Auth/OAuth2/AzureADv2.hs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/Yesod/Auth/OAuth2/AzureADv2.hs b/src/Yesod/Auth/OAuth2/AzureADv2.hs index a461aed..96d9cde 100644 --- a/src/Yesod/Auth/OAuth2/AzureADv2.hs +++ b/src/Yesod/Auth/OAuth2/AzureADv2.hs @@ -31,10 +31,10 @@ defaultScopes = ["openid", "profile"] oauth2AzureADv2 :: YesodAuth m => Text - -- ^ Tenant Id - -- - -- If using a multi-tenant App, @common@ can be given here. - -- + -- ^ Tenant Id + -- + -- If using a multi-tenant App, @common@ can be given here. + -- -> Text -- ^ Client Id -> Text -- ^ Client secret -> AuthPlugin m @@ -44,10 +44,10 @@ oauth2AzureADv2Scoped :: YesodAuth m => [Text] -- ^ Scopes -> Text - -- ^ Tenant Id - -- - -- If using a multi-tenant App, @common@ can be given here. - -- + -- ^ Tenant Id + -- + -- If using a multi-tenant App, @common@ can be given here. + -- -> Text -- ^ Client Id -> Text -- ^ Client Secret -> AuthPlugin m