mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-07 18:04:56 -04:00
refactor(auth): rename identity-module to auth-module
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
parent
ff3e34261e
commit
b24f8b0a76
46 changed files with 78 additions and 81 deletions
|
@ -13,12 +13,12 @@ import {
|
|||
} from '@nestjs/common';
|
||||
import { ApiTags } from '@nestjs/swagger';
|
||||
|
||||
import { IdentityService } from '../../../../auth/identity.service';
|
||||
import { LdapLoginDto } from '../../../../auth/ldap/ldap-login.dto';
|
||||
import { LdapService } from '../../../../auth/ldap/ldap.service';
|
||||
import { ProviderType } from '../../../../auth/provider-type.enum';
|
||||
import { RequestWithSession } from '../../../../auth/session.guard';
|
||||
import { NotInDBError } from '../../../../errors/errors';
|
||||
import { IdentityService } from '../../../../identity/identity.service';
|
||||
import { LdapLoginDto } from '../../../../identity/ldap/ldap-login.dto';
|
||||
import { LdapService } from '../../../../identity/ldap/ldap.service';
|
||||
import { ProviderType } from '../../../../identity/provider-type.enum';
|
||||
import { RequestWithSession } from '../../../../identity/session.guard';
|
||||
import { ConsoleLoggerService } from '../../../../logger/console-logger.service';
|
||||
import { UsersService } from '../../../../users/users.service';
|
||||
import { makeUsernameLowercase } from '../../../../utils/username';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue