replace async-validator

This commit is contained in:
proddy
2026-06-19 12:06:33 +02:00
parent 392812d489
commit 92d63d6f5d
26 changed files with 204 additions and 42 deletions

View File

@@ -1,6 +1,6 @@
import { isAPEnabled } from 'app/settings/APSettings';
import Schema from 'async-validator';
import type { APSettingsType } from 'types';
import Schema from 'validators/schema';
import { IP_ADDRESS_VALIDATOR } from './shared';