Skip to content

Commit

Permalink
N21-1374 adjusts imports
Browse files Browse the repository at this point in the history
  • Loading branch information
arnegns committed Nov 9, 2023
1 parent 2497112 commit 719fac6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions apps/server/src/modules/oauth/uc/hydra-oauth.uc.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
import { Configuration } from '@hpi-schul-cloud/commons/lib';
import { HydraRedirectDto } from '@modules/oauth/service/dto/hydra.redirect.dto';
import { Injectable, InternalServerErrorException } from '@nestjs/common';
import { OauthConfig } from '@shared/domain';
import { LegacyLogger } from '@src/core/logger';
import { HydraRedirectDto } from '@modules/oauth/service/dto/hydra.redirect.dto';
import { AxiosRequestConfig, AxiosResponse } from 'axios';
import { AuthorizationParams } from '../controller/dto';
import { OAuthSSOError } from '../loggable/oauth-sso.error';
import { OAuthTokenDto } from '../interface';
import { OAuthSSOError } from '../loggable';
import { HydraSsoService } from '../service/hydra.service';
import { OAuthService } from '../service/oauth.service';

Expand Down

0 comments on commit 719fac6

Please sign in to comment.