From ae44b3eb6c950461dde3a5896bf26a7d064db982 Mon Sep 17 00:00:00 2001 From: pavlov346346-source Date: Tue, 22 Sep 2026 18:34:09 +0800 Subject: [PATCH] Refresh auth module for Basic signup --- public/core/performance.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/core/performance.js b/public/core/performance.js index 90c5aa4..18faa60 100644 --- a/public/core/performance.js +++ b/public/core/performance.js @@ -1,7 +1,7 @@ (()=>{ 'use strict'; const VERSION='17.7.3'; - const RELEASE='20260921-client-sync'; + const RELEASE='20260922-basic-signup'; const hasStoredSession=()=>{try{return Object.keys(localStorage).some(k=>/^sb-.*-auth-token$/i.test(k)&&String(localStorage.getItem(k)||'').length>20)}catch(_){return false}}; function installAuthBoot(){