Fucked up paths

This commit is contained in:
2023-05-23 22:12:01 -04:00
parent 6951cd3218
commit d3210b73c9
5 changed files with 7 additions and 7 deletions

View File

@@ -1,11 +1,11 @@
import { Types } from 'mongoose';
import { Log, Strategy, Token } from '..';
import { STRATEGIES } from '../../constants/strategies';
import { STRATEGIES } from '../constants/strategies';
import { AuthDocument } from '../schema/auth';
import { getLoginToken } from '../utils/getLoginToken';
import { StrategyDocument } from '../schema/strategy';
import { Action } from '../../constants/action';
import { Action } from '../constants/action';
export const resetPasswordPost = async (token: string, password: string) => {
const parentId = await Token.validateResetToken(token);