From 5acbddd65b67e48b7dd6ad53e3c7b17fad73ccfc Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Thu, 5 Feb 2026 12:43:03 +0000 Subject: [PATCH] refactor(account): simplify passkey/token JS and modernize syntax Replace DOMContentLoaded event-listener block with global arrow functions and inline onclick handlers. Convert string concatenation to template literals throughout. --- templates/account.html | 267 +++++++++++++++++++---------------------- 1 file changed, 123 insertions(+), 144 deletions(-) diff --git a/templates/account.html b/templates/account.html index 271bf9b..8b017e9 100644 --- a/templates/account.html +++ b/templates/account.html @@ -59,13 +59,14 @@