diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-28 15:32:57 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-28 15:32:57 +0200 |
commit | 031bbcd25d0e34668b429590d9c32a1be7b7d4e4 (patch) | |
tree | a02bc0a529a479e0483aea6492df2bdb8b2c2a0a /server/lib/auth/oauth-model.ts | |
parent | 4fae2b1f300c1f027629569817262f60873a663a (diff) | |
download | PeerTube-031bbcd25d0e34668b429590d9c32a1be7b7d4e4.tar.gz PeerTube-031bbcd25d0e34668b429590d9c32a1be7b7d4e4.tar.zst PeerTube-031bbcd25d0e34668b429590d9c32a1be7b7d4e4.zip |
Upgrade oauth2-server
Diffstat (limited to 'server/lib/auth/oauth-model.ts')
-rw-r--r-- | server/lib/auth/oauth-model.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/auth/oauth-model.ts b/server/lib/auth/oauth-model.ts index 910fdeec1..d9cf32827 100644 --- a/server/lib/auth/oauth-model.ts +++ b/server/lib/auth/oauth-model.ts | |||
@@ -1,5 +1,5 @@ | |||
1 | import express from 'express' | 1 | import express from 'express' |
2 | import { AccessDeniedError } from 'oauth2-server' | 2 | import { AccessDeniedError } from '@node-oauth/oauth2-server' |
3 | import { PluginManager } from '@server/lib/plugins/plugin-manager' | 3 | import { PluginManager } from '@server/lib/plugins/plugin-manager' |
4 | import { ActorModel } from '@server/models/actor/actor' | 4 | import { ActorModel } from '@server/models/actor/actor' |
5 | import { MOAuthClient } from '@server/types/models' | 5 | import { MOAuthClient } from '@server/types/models' |