remove unused variable

This commit is contained in:
Jacob Overgaard
2024-02-07 14:46:43 +01:00
parent 2654d4452f
commit 20bc0e699b

View File

@@ -14,7 +14,6 @@ export class UmbAuthContext extends UmbBaseController {
#serverUrl;
#backofficePath;
#authFlow;
#openApi = OpenAPI;
constructor(host: UmbControllerHostElement, serverUrl: string, backofficePath: string, isBypassed: boolean) {
super(host);