rm 'auth providers' links - dedicated page removed from pocketbase

This commit is contained in:
Henry Dollman
2024-11-29 17:24:42 -05:00
parent 6e08507dde
commit 58bced5f09
2 changed files with 1 additions and 26 deletions

View File

@@ -2,7 +2,6 @@ import { useState, lazy, Suspense } from "react"
import { Button, buttonVariants } from "@/components/ui/button"
import {
DatabaseBackupIcon,
LockKeyholeIcon,
LogOutIcon,
LogsIcon,
SearchIcon,
@@ -95,14 +94,6 @@ export default function Navbar() {
</span>
</a>
</DropdownMenuItem>
<DropdownMenuItem asChild>
<a href="/_/#/settings/auth-providers" target="_blank">
<LockKeyholeIcon className="me-2.5 h-4 w-4" />
<span>
<Trans>Auth Providers</Trans>
</span>
</a>
</DropdownMenuItem>
<DropdownMenuSeparator />
</>
)}