fix: remove unused import
This commit is contained in:
parent
64ce205296
commit
01b0e373d2
1 changed files with 1 additions and 5 deletions
|
@ -1,8 +1,4 @@
|
||||||
import type {
|
import type { ClientAuthMethod, ResponseType } from 'oidc-provider';
|
||||||
ClientAuthMethod,
|
|
||||||
ResponseType,
|
|
||||||
SigningAlgorithmWithNone,
|
|
||||||
} from 'oidc-provider';
|
|
||||||
|
|
||||||
import {
|
import {
|
||||||
Column,
|
Column,
|
||||||
|
|
Loading…
Reference in a new issue