fix(oauth2): fix build
This commit is contained in:
parent
760299fd40
commit
00cb5310ed
@ -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
|
||||
|
||||
Reference in New Issue
Block a user