diff --git a/src/views/AuthApp.jsx b/src/views/AuthApp.jsx index d8a2fe2..b577ef2 100644 --- a/src/views/AuthApp.jsx +++ b/src/views/AuthApp.jsx @@ -120,6 +120,8 @@ function AuthApp() { ) !== null const floatButtonLineEnd = isMobileApp ? 0 : 24 + const floatTrigger = isMobileApp ? 'click' : null + useEffect(() => { if (needToLogin) { @@ -147,7 +149,7 @@ function AuthApp() {