chore(oauth2): fix syntax
This commit is contained in:
parent
cea64da34d
commit
1dd83af6aa
@ -366,9 +366,9 @@ makeFoundation appSettings''@AppSettings{..} = do
|
|||||||
-> error "Tenant ID missing!"
|
-> error "Tenant ID missing!"
|
||||||
oauth2Plugins
|
oauth2Plugins
|
||||||
| UserAuthConfSingleSource (AuthSourceConfAzure AzureConf{..}) appUserAuthConf
|
| UserAuthConfSingleSource (AuthSourceConfAzure AzureConf{..}) appUserAuthConf
|
||||||
-> singleton $ oauth2AzureADScoped (Set.toList azureConfScopes) azureConfClientId azureConfClientSecret
|
= singleton $ oauth2AzureADScoped (Set.toList azureConfScopes) azureConfClientId azureConfClientSecret
|
||||||
| otherwise
|
| otherwise
|
||||||
-> mempty
|
= mempty
|
||||||
#endif
|
#endif
|
||||||
let appAuthPlugins = oauth2Plugins
|
let appAuthPlugins = oauth2Plugins
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user