♻️ Rename registration token to invite, add created by

This commit is contained in:
Meier Lukas
2023-08-01 11:43:24 +02:00
parent df890b8c0a
commit f93d935175
18 changed files with 109 additions and 97 deletions

View File

@@ -51,4 +51,4 @@ export const dashboardNamespaces = [
export const loginNamespaces = ['authentication/login', 'zod'];
export const registerNamespaces = ['authentication/register', 'zod'];
export const inviteNamespaces = ['authentication/invite', 'zod'];