fix(footer): show version reactively via useAtom
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user