Skip to content

Commit

Permalink
move login to components dir
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Sep 1, 2024
1 parent 9819bb6 commit 7de21ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/adminmodule/admin.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ AdminJS.registerAdapter({
Resource: AdminJSTypeorm.Resource,
});

// TODO: Override Login component, create custom dashboard
// TODO: create custom dashboard

const componentLoader = new ComponentLoader();
componentLoader.override('Login', './login.component');
componentLoader.override('Login', './components/login.component');

@Global()
@Module({
Expand Down
File renamed without changes.

0 comments on commit 7de21ff

Please sign in to comment.