fix(footer): show version reactively via useAtom

This commit is contained in:
jialin
2026-07-07 20:37:39 +08:00
committed by jialin
parent 90cc6ec753
commit e75beb7324
2 changed files with 3 additions and 4 deletions
-2
View File
@@ -131,8 +131,6 @@ const Login = () => {
[shouldUseCustomLogin, userSettings]
);
console.log('useCustomLogin', useCustomLogin, userSettings);
const gotoDefaultPage = async (info: any) => {
if (!info || info?.require_password_change) {
return;