Release 2.8.2
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// Authentication route registration for the web app.
|
||||
|
||||
const { normalizeReturnToPath, getRequestOrigin } = require('../../lib/auth/session');
|
||||
const { fetchAppSettings } = require('../../../data/app-settings');
|
||||
const { fetchAppSettings } = require('#src/data/app-settings');
|
||||
|
||||
module.exports = function registerAuthRoutes(app, deps) {
|
||||
const pool = deps.pool;
|
||||
|
||||
Reference in New Issue
Block a user