refactor
This commit is contained in:
@@ -131,8 +131,8 @@ export class LoginUseCase {
|
||||
```ts
|
||||
// apps/website/lib/auth/AuthService.ts
|
||||
import { injectable, inject } from 'di'; // assume
|
||||
import { LoginUseCase } from '@gridpilot/identity';
|
||||
import type { LoginDto } from '@gridpilot/identity/application/dto'; // define DTO
|
||||
import { LoginUseCase } from '@core/identity';
|
||||
import type { LoginDto } from '@core/identity/application/dto'; // define DTO
|
||||
|
||||
@injectable()
|
||||
export class AuthService {
|
||||
|
||||
Reference in New Issue
Block a user