diff --git a/backend/FwLite/LocalWebApp/Auth/AuthHelpersFactory.cs b/backend/FwLite/LocalWebApp/Auth/AuthHelpersFactory.cs index 801e3b6d8..d9fc64aac 100644 --- a/backend/FwLite/LocalWebApp/Auth/AuthHelpersFactory.cs +++ b/backend/FwLite/LocalWebApp/Auth/AuthHelpersFactory.cs @@ -39,7 +39,6 @@ public AuthHelpers GetHelper(LexboxServer server) /// public AuthHelpers GetHelper(ProjectData project) { - ; var originDomain = project.OriginDomain; if (string.IsNullOrEmpty(originDomain)) throw new InvalidOperationException("No origin domain in project data"); return GetHelper(options.Value.GetServer(project));