Browse Source

moved comments to adapt to prettier's changes

master
Rob Colbert 3 months ago
parent
commit
6bfc6972f4
  1. 4
      src/app/services/session.ts

4
src/app/services/session.ts

@ -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

Loading…
Cancel
Save