test(cleanup): remove legacy admin users references

This commit is contained in:
2026-06-20 16:27:36 +02:00
parent d217edd4e5
commit 0d38626f3a
9 changed files with 14 additions and 168 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ import {
import { localizePersonFieldErrors } from "./person.messages"
import { localizeUnifiedCreateFieldErrors } from "./user.messages"
const PERSON_USER_PATH = "/admin/users"
const PERSON_USER_PATH = "/people"
export async function createNewPerson(formData: CreatePersonFormType) {
const { dictionary } = await getI18n()