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!"
|
||||
oauth2Plugins
|
||||
| UserAuthConfSingleSource (AuthSourceConfAzure AzureConf{..}) appUserAuthConf
|
||||
-> singleton $ oauth2AzureADScoped (Set.toList azureConfScopes) azureConfClientId azureConfClientSecret
|
||||
= singleton $ oauth2AzureADScoped (Set.toList azureConfScopes) azureConfClientId azureConfClientSecret
|
||||
| otherwise
|
||||
-> mempty
|
||||
= mempty
|
||||
#endif
|
||||
let appAuthPlugins = oauth2Plugins
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user