diff --git a/backend/src/Squidex/Areas/IdentityServer/Views/Account/Login.cshtml b/backend/src/Squidex/Areas/IdentityServer/Views/Account/Login.cshtml index 04527ee7e..27180d067 100644 --- a/backend/src/Squidex/Areas/IdentityServer/Views/Account/Login.cshtml +++ b/backend/src/Squidex/Areas/IdentityServer/Views/Account/Login.cshtml @@ -72,7 +72,7 @@ - + } else diff --git a/frontend/src/app/features/administration/routes.ts b/frontend/src/app/features/administration/routes.ts index 33f3ba8d7..26a0e377a 100644 --- a/frontend/src/app/features/administration/routes.ts +++ b/frontend/src/app/features/administration/routes.ts @@ -6,10 +6,10 @@ */ import { Routes } from '@angular/router'; -import { HelpComponent, UsersService } from '@app/shared'; +import { HelpComponent } from '@app/shared'; import { AdministrationAreaComponent } from './administration-area.component'; import { userMustExistGuard } from './guards/user-must-exist.guard'; -import { EventConsumersService, EventConsumersState, UsersState } from './internal'; +import { EventConsumersService, EventConsumersState, UsersService, UsersState } from './internal'; import { EventConsumersPageComponent } from './pages/event-consumers/event-consumers-page.component'; import { RestorePageComponent } from './pages/restore/restore-page.component'; import { UserPageComponent } from './pages/users/user-page.component'; diff --git a/frontend/src/app/features/apps/pages/apps-page.component.html b/frontend/src/app/features/apps/pages/apps-page.component.html index c94de37cb..f7e1241fb 100644 --- a/frontend/src/app/features/apps/pages/apps-page.component.html +++ b/frontend/src/app/features/apps/pages/apps-page.component.html @@ -32,7 +32,7 @@