diff options
Diffstat (limited to 'server/lib/oauth-model.ts')
-rw-r--r-- | server/lib/oauth-model.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/oauth-model.ts b/server/lib/oauth-model.ts index 6eb0e4473..8b9975bb4 100644 --- a/server/lib/oauth-model.ts +++ b/server/lib/oauth-model.ts | |||
@@ -98,7 +98,7 @@ async function getRefreshToken (refreshToken: string) { | |||
98 | return tokenInfo | 98 | return tokenInfo |
99 | } | 99 | } |
100 | 100 | ||
101 | async function getUser (usernameOrEmail: string, password: string) { | 101 | async function getUser (usernameOrEmail?: string, password?: string) { |
102 | const res: express.Response = this.request.res | 102 | const res: express.Response = this.request.res |
103 | 103 | ||
104 | // Special treatment coming from a plugin | 104 | // Special treatment coming from a plugin |