mirror of
https://github.com/UA-Fediland/synapse-admin.git
synced 2024-11-22 06:21:28 +00:00
parent
f240318525
commit
4054249359
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ export const RegistrationTokenEdit = props => (
|
||||||
);
|
);
|
||||||
|
|
||||||
const resource = {
|
const resource = {
|
||||||
name: "users",
|
name: "registration_tokens",
|
||||||
icon: RegistrationTokenIcon,
|
icon: RegistrationTokenIcon,
|
||||||
list: RegistrationTokenList,
|
list: RegistrationTokenList,
|
||||||
edit: RegistrationTokenEdit,
|
edit: RegistrationTokenEdit,
|
||||||
|
|
Loading…
Reference in a new issue