|
@ -280,8 +280,8 @@ export class SessionService extends DtpService { |
|
|
async processLocalLogin( |
|
|
async processLocalLogin( |
|
|
username: string, |
|
|
username: string, |
|
|
password: string, |
|
|
password: string, |
|
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
|
|
|
|
done: ( |
|
|
done: ( |
|
|
|
|
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
|
error: any, |
|
|
error: any, |
|
|
user?: Express.User | false, |
|
|
user?: Express.User | false, |
|
|
options?: IVerifyOptions |
|
|
options?: IVerifyOptions |
|
@ -309,8 +309,8 @@ export class SessionService extends DtpService { |
|
|
async processAdminLogin( |
|
|
async processAdminLogin( |
|
|
username: string, |
|
|
username: string, |
|
|
password: string, |
|
|
password: string, |
|
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
|
|
|
|
done: ( |
|
|
done: ( |
|
|
|
|
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
|
error: any, |
|
|
error: any, |
|
|
user?: Express.User | false, |
|
|
user?: Express.User | false, |
|
|
options?: IVerifyOptions |
|
|
options?: IVerifyOptions |
|
|