mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
chore: added new restricted workspace slugs (#928)
This commit is contained in:
parent
e17c824119
commit
cb814dd68b
@ -28,12 +28,15 @@ type Props = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const restrictedUrls = [
|
const restrictedUrls = [
|
||||||
|
"api",
|
||||||
"create-workspace",
|
"create-workspace",
|
||||||
"error",
|
"error",
|
||||||
|
"installations",
|
||||||
"invitations",
|
"invitations",
|
||||||
"magic-sign-in",
|
"magic-sign-in",
|
||||||
"onboarding",
|
"onboarding",
|
||||||
"signin",
|
"signin",
|
||||||
|
"workspace-member-invitation",
|
||||||
];
|
];
|
||||||
|
|
||||||
export const CreateWorkspaceForm: React.FC<Props> = ({
|
export const CreateWorkspaceForm: React.FC<Props> = ({
|
||||||
|
Loading…
Reference in New Issue
Block a user