From 78398309c0633b7540f149467e4398f315bb92ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Mon, 25 Aug 2025 21:08:25 +0200 Subject: [PATCH] Fix website and docs URL (#7199) --- frontend/public/json/2fauth.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/public/json/2fauth.json b/frontend/public/json/2fauth.json index 42e544acf8..857b188d6d 100644 --- a/frontend/public/json/2fauth.json +++ b/frontend/public/json/2fauth.json @@ -9,8 +9,8 @@ "updateable": true, "privileged": false, "interface_port": 80, - "documentation": null, - "website": "https://docs.2fauth.app/", + "documentation": "https://docs.2fauth.app/", + "website": "https://2fauth.app/", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/2fauth.webp", "config_path": "cat /opt/2fauth/.env", "description": "2FAuth is a web based self-hosted alternative to One Time Passcode (OTP) generators like Google Authenticator, designed for both mobile and desktop. It aims to ease you perform your 2FA authentication steps whatever the device you handle, with a clean and suitable interface.",