Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
buiducnhat committed Dec 12, 2024
1 parent c1e6e8b commit dd0f393
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# NBY Authenticator
# Authenticator

This is a simple TOTP (Time-based One-Time Password)

Expand Down
2 changes: 1 addition & 1 deletion src/components/totp-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export function TOTPForm() {
return (
<Card className="">
<CardHeader>
<CardTitle>NBY Authenticator</CardTitle>
<CardTitle>Authenticator</CardTitle>
<CardDescription>Time-based OTP</CardDescription>
</CardHeader>
<CardContent>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { Toaster } from "@/components/ui/sonner";
<meta name="viewport" content="width=device-width" />
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<meta name="generator" content={Astro.generator} />
<title>NBY Authenticator</title>
<title>Authenticator</title>
</head>

<body>
Expand Down

0 comments on commit dd0f393

Please sign in to comment.