add context to filename
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
import { IUmbAuth } from './auth.interface.js';
|
||||
import { IUmbAuth } from './auth.context.interface.js';
|
||||
import { UmbContextToken } from '@umbraco-cms/backoffice/context-api';
|
||||
|
||||
export const UMB_AUTH_CONTEXT = new UmbContextToken<IUmbAuth>(
|
||||
'UmbAuthContext'
|
||||
);
|
||||
export const UMB_AUTH_CONTEXT = new UmbContextToken<IUmbAuth>('UmbAuthContext');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { IUmbAuth } from './auth.interface.js';
|
||||
import { IUmbAuth } from './auth.context.interface.js';
|
||||
import { UmbAuthFlow } from './auth-flow.js';
|
||||
import { UMB_AUTH_CONTEXT } from './auth.context.token.js';
|
||||
import { UmbBaseController, UmbControllerHostElement } from '@umbraco-cms/backoffice/controller-api';
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
export * from './auth.interface.js';
|
||||
export * from './auth.context.interface.js';
|
||||
export * from './auth.context.js';
|
||||
export * from './auth.context.token.js';
|
||||
|
||||
Reference in New Issue
Block a user