move auth to app

This commit is contained in:
Mads Rasmussen
2023-05-12 16:35:44 +02:00
parent 9da9f4d272
commit bb70b018f9
2 changed files with 1 additions and 1 deletions

View File

@@ -9,9 +9,9 @@ import { UUIIconRegistryEssential } from '@umbraco-ui/uui';
import { css, html } from 'lit';
import { customElement, property } from 'lit/decorators.js';
import { UmbAuthFlow } from '../core/auth/auth-flow';
import { UmbIconStore } from '../core/stores/icon/icon.store';
import type { UmbErrorElement } from '../error/error.element';
import { UmbAuthFlow } from './auth/auth-flow';
import { UMB_APP, UmbAppContext } from './app.context';
import type { Guard, UmbRoute } from '@umbraco-cms/backoffice/router';
import { pathWithoutBasePath } from '@umbraco-cms/backoffice/router';