From 00cb5310ed4cac1bfb96b7090bf9b94078afe0c3 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Fri, 17 May 2024 21:56:07 +0200 Subject: [PATCH] fix(oauth2): fix build --- src/Application.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Application.hs b/src/Application.hs index df53e5a24..61adb291f 100644 --- a/src/Application.hs +++ b/src/Application.hs @@ -328,7 +328,7 @@ makeFoundation appSettings''@AppSettings{..} = do #ifdef DEVELOPMENT oauth2Plugins <- liftIO $ sequence [ (azureMockServer . fromJust) <$> lookupEnv "OAUTH2_SERVER_PORT" - , return $ oauth2AzureADv2Scoped ["openid", "profile", "offline_access"] "42" "shhh" + , return $ oauth2AzureADv2Scoped ["openid", "profile", "offline_access"] "42" "42" "shhh" ] #else -- let -- Auth Plugins