remove s in name
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// TODO: could these be renamed as login providers?
|
||||
import type { ManifestExternalLoginProvider } from '@umbraco-cms/backoffice/extensions-registry';
|
||||
import type { ManifestExternalLoginProvider } from '@umbraco-cms/backoffice/extension-registry';
|
||||
|
||||
export const manifests: Array<ManifestExternalLoginProvider> = [
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { ManifestTypes, umbExtensionsRegistry } from '@umbraco-cms/backoffice/extensions-registry';
|
||||
import { ManifestTypes, umbExtensionsRegistry } from '@umbraco-cms/backoffice/extension-registry';
|
||||
import { manifests as externalLoginProviders } from './external-login-providers/manifests';
|
||||
|
||||
import '@umbraco-ui/uui-css/dist/uui-css.css';
|
||||
|
||||
Reference in New Issue
Block a user