From 891343657536737a272008f542b9d1a7f87386fe Mon Sep 17 00:00:00 2001 From: null Date: Sat, 16 May 2026 11:56:38 -0500 Subject: [PATCH] v0.28.0 --- client/pages/AboutPage.jsx | 5 +++++ client/pages/LoginPage.jsx | 11 ----------- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/client/pages/AboutPage.jsx b/client/pages/AboutPage.jsx index b7e02c2..d87a5f1 100644 --- a/client/pages/AboutPage.jsx +++ b/client/pages/AboutPage.jsx @@ -7,6 +7,8 @@ import { APP_VERSION } from '@/lib/version'; import { Button } from '@/components/ui/button'; import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui/card'; +const REPOSITORY_URL = 'https://dream.scheller.ltd/null/BillTracker'; + function UpdateBadge({ status, loading }) { if (loading) { return ( @@ -139,6 +141,9 @@ export default function AboutPage() { + diff --git a/client/pages/LoginPage.jsx b/client/pages/LoginPage.jsx index a1c0c16..fa26220 100644 --- a/client/pages/LoginPage.jsx +++ b/client/pages/LoginPage.jsx @@ -149,17 +149,6 @@ export default function LoginPage() {

- {oidcEnabled && isAuthentikProvider && ( -
- authentik -
- )} - {oidcEnabled && (