Skip to content

Commit

Permalink
Fix: API notes
Browse files Browse the repository at this point in the history
  • Loading branch information
atsu1125 authored and mei23 committed Nov 18, 2022
1 parent d6c1153 commit cc8b3f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/server/api/endpoints/request-reset-password.ts
Expand Up @@ -9,6 +9,8 @@ import { secureRndstr } from '../../../misc/secure-rndstr';
import { apiLogger } from '../logger';

export const meta = {
tags: ['reset password'],

requireCredential: false as const,

limit: {
Expand Down
2 changes: 2 additions & 0 deletions src/server/api/endpoints/reset-password.ts
Expand Up @@ -5,6 +5,8 @@ import PasswordResetRequest from '../../../models/password-reset-request';
import User from '../../../models/user';

export const meta = {
tags: ['reset password'],

requireCredential: false as const,

params: {
Expand Down

0 comments on commit cc8b3f9

Please sign in to comment.