fix: add new url (#5295)

pull/5266/head^2
Udit Takkar 2022-11-01 00:23:59 +05:30 committed by GitHub
parent 6484f1639c
commit 03fd546e99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -151,7 +151,7 @@ export const KBarRoot = ({ children }: { children: React.ReactNode }) => {
section: "Security Settings",
shortcut: ["t", "f", "a"],
keywords: "two factor authentication",
perform: () => router.push("/settings/security"),
perform: () => router.push("/settings/security/two-factor-auth"),
},
{
id: "impersonation",
@ -159,7 +159,7 @@ export const KBarRoot = ({ children }: { children: React.ReactNode }) => {
section: "Security Settings",
shortcut: ["u", "i"],
keywords: "user impersonation",
perform: () => router.push("/settings/security"),
perform: () => router.push("/settings/security/impersonation"),
},
{
id: "webhooks",
@ -167,7 +167,7 @@ export const KBarRoot = ({ children }: { children: React.ReactNode }) => {
section: "Developer Settings",
shortcut: ["w", "h"],
keywords: "webhook automation",
perform: () => router.push("/settings/developer"),
perform: () => router.push("/settings/developer/webhooks"),
},
{
id: "api-keys",
@ -175,7 +175,7 @@ export const KBarRoot = ({ children }: { children: React.ReactNode }) => {
section: "Developer Settings",
shortcut: ["a", "p", "i"],
keywords: "api keys",
perform: () => router.push("/settings/developer"),
perform: () => router.push("/settings/developer/api-keys"),
},
{
id: "billing",