Skip to content

Use EphyWebApplicationOptions enum for webapp creation

Currently we are providing a boolean instead of the enum. Let's improve the reabability of this code by using the enum directly.

Merge request reports