From 21f94d5825d350bdee54f72eede880186e689c76 Mon Sep 17 00:00:00 2001 From: Zephyron Date: Sun, 5 Jan 2025 18:17:47 +1000 Subject: web: Simplify web configuration and token management - Remove telemetry functionality and related UI elements - Add automatic token generation using UUID - Remove manual token verification process - Sync Citron username with profile username automatically - Simplify web configuration UI and improve error messages - Update host room error message for clarity This change streamlines the web service configuration by removing unnecessary complexity and automating token management. Users no longer need to manually verify tokens, and the Citron username is automatically kept in sync with their profile username. --- src/citron/configuration/configure_web.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/citron/configuration/configure_web.h') diff --git a/src/citron/configuration/configure_web.h b/src/citron/configuration/configure_web.h index 51cc8ebf7..92a0d1efa 100644 --- a/src/citron/configuration/configure_web.h +++ b/src/citron/configuration/configure_web.h @@ -25,15 +25,9 @@ private: void changeEvent(QEvent* event) override; void RetranslateUI(); - void RefreshTelemetryID(); - void OnLoginChanged(); - void VerifyLogin(); - void OnLoginVerified(); + void ResetToken(); void SetConfiguration(); - bool user_verified = true; - QFutureWatcher verify_watcher; - std::unique_ptr ui; }; -- cgit v1.2.3