mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	Rmeoved is_feature_enabled function
This commit is contained in:
		| @@ -255,7 +255,7 @@ config :mobilizon, Mobilizon.Service.FrontEndAnalytics.Sentry, | ||||
|       System.get_env("MOBILIZON_ERROR_REPORTING_SENTRY_HOST", "") |> String.split(" ", trim: true) | ||||
|   ] | ||||
|  | ||||
| {% if applications | is_feature_enabled('oidc',application_id) %} | ||||
| {% if applications | get_app_conf(application_id, 'features.oidc', False) %} | ||||
| config :ueberauth, | ||||
|        Ueberauth, | ||||
|        providers: [ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user