prohibit moved account from moving again

This commit is contained in:
Namekuji 2023-04-15 05:30:39 -04:00
parent 71e9b2298e
commit 21677aa30d
2 changed files with 3 additions and 3 deletions

View file

@ -19,6 +19,7 @@ export const meta = {
secure: true,
requireCredential: true,
prohibitMoved: true,
limit: {
duration: ms('1day'),
max: 5,