fix: duplication error

This commit is contained in:
Michael Freno
2026-01-21 12:57:58 -05:00
parent 58d48dac70
commit 7b60494d6d
6 changed files with 11 additions and 12 deletions

View File

@@ -160,7 +160,7 @@ const routerSections: RouterSection[] = [
router: "auth",
procedure: "signOut",
method: "mutation",
description: "Clear auth cookies and sign out"
description: "Clear auth cookie and sign out"
},
{
name: "GitHub Callback",