mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 14:25:02 +00:00
code: password,nextjs,frontends (3 files)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { getAdapter } from '../dbal-client'
|
||||
import { getAdapter } from '../../core/dbal-client'
|
||||
|
||||
/**
|
||||
* Get password change timestamps for all users
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { getAdapter } from '../dbal-client'
|
||||
import { getAdapter } from '../../core/dbal-client'
|
||||
|
||||
/**
|
||||
* Set password change timestamps for users
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { getAdapter } from '../dbal-client'
|
||||
import { getAdapter } from '../../../core/dbal-client'
|
||||
import { getPasswordResetTokens } from './get-password-reset-tokens'
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user