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