code: password,nextjs,frontends (3 files)

This commit is contained in:
2025-12-26 03:37:48 +00:00
parent 9746f740b0
commit 8fb1ea3ae1
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
import { getAdapter } from '../dbal-client'
import { getAdapter } from '../../core/dbal-client'
/**
* Get password change timestamps for all users

View File

@@ -1,4 +1,4 @@
import { getAdapter } from '../dbal-client'
import { getAdapter } from '../../core/dbal-client'
/**
* Set password change timestamps for users

View File

@@ -1,4 +1,4 @@
import { getAdapter } from '../dbal-client'
import { getAdapter } from '../../../core/dbal-client'
import { getPasswordResetTokens } from './get-password-reset-tokens'
/**