Removed unused files/code/imports/comments.

This commit is contained in:
chesspro13
2024-09-07 14:25:48 -07:00
parent 13937a2568
commit 9dd185e37e
6 changed files with 0 additions and 48 deletions

View File

@@ -10,7 +10,6 @@ import passwordService from "./encryption/password.js";
import type { NextFunction, Request, Response } from 'express';
import { AppRequest } from '../routes/route-interface.js';
import openID from './open_id.js';
import sql from './sql.js';
import open_id_encryption from './encryption/open_id_encryption.js';
const noAuthentication = config.General && config.General.noAuthentication === true;