This commit is contained in:
gpt-engineer-app[bot]
2026-01-06 15:17:10 +00:00
parent c855594680
commit 596c77a6da
8 changed files with 95 additions and 23 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ export default function RegisterPage() {
Create your account
</h1>
<p className="text-muted-foreground mt-2">
Get started with Authy2 in seconds
Get started with Gatehouse in seconds
</p>
</div>
+2 -2
View File
@@ -61,7 +61,7 @@ export default function OIDCClientsPage() {
<div>
<h1 className="page-title">OIDC Clients</h1>
<p className="page-description">
Manage applications that authenticate via Authy2
Manage applications that authenticate via Gatehouse
</p>
</div>
<Dialog open={isCreateOpen} onOpenChange={setIsCreateOpen}>
@@ -75,7 +75,7 @@ export default function OIDCClientsPage() {
<DialogHeader>
<DialogTitle>Create OIDC Client</DialogTitle>
<DialogDescription>
Register a new application to authenticate via Authy2
Register a new application to authenticate via Gatehouse
</DialogDescription>
</DialogHeader>
<div className="space-y-4 py-4">
+1 -1
View File
@@ -74,7 +74,7 @@ export default function LinkedAccountsPage() {
<Alert className="mb-6">
<AlertCircle className="w-4 h-4" />
<AlertDescription>
Linked accounts can only be used to sign in to an existing Authy2 account.
Linked accounts can only be used to sign in to an existing Gatehouse account.
They cannot be used to create new accounts.
</AlertDescription>
</Alert>