mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-06-08 05:56:56 +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 bcrypt from 'bcryptjs';
|
||||||
import * as argon2 from 'argon2';
|
import * as argon2 from 'argon2';
|
||||||
import { Inject, Injectable } from '@nestjs/common';
|
import { Inject, Injectable } from '@nestjs/common';
|
||||||
|
import ms from 'ms';
|
||||||
import { Endpoint } from '@/server/api/endpoint-base.js';
|
import { Endpoint } from '@/server/api/endpoint-base.js';
|
||||||
import type { UserProfilesRepository } from '@/models/_.js';
|
import type { UserProfilesRepository } from '@/models/_.js';
|
||||||
import { DI } from '@/di-symbols.js';
|
import { DI } from '@/di-symbols.js';
|
||||||
import { UserAuthService } from '@/core/UserAuthService.js';
|
import { UserAuthService } from '@/core/UserAuthService.js';
|
||||||
import ms from 'ms';
|
|
||||||
|
|
||||||
export const meta = {
|
export const meta = {
|
||||||
requireCredential: true,
|
requireCredential: true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue