mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-06-06 21:16:57 +00:00
fix import order in i/change-password.ts
This commit is contained in:
parent
27a8ded246
commit
6d12bc0e7f
1 changed files with 1 additions and 1 deletions
|
@ -6,11 +6,11 @@
|
|||
//import bcrypt from 'bcryptjs';
|
||||
import * as argon2 from 'argon2';
|
||||
import { Inject, Injectable } from '@nestjs/common';
|
||||
import ms from 'ms';
|
||||
import { Endpoint } from '@/server/api/endpoint-base.js';
|
||||
import type { UserProfilesRepository } from '@/models/_.js';
|
||||
import { DI } from '@/di-symbols.js';
|
||||
import { UserAuthService } from '@/core/UserAuthService.js';
|
||||
import ms from 'ms';
|
||||
|
||||
export const meta = {
|
||||
requireCredential: true,
|
||||
|
|
Loading…
Add table
Reference in a new issue