Login: restore commented code

This commit is contained in:
Timofey Boyko 2024-08-23 10:43:00 +03:00
parent f9a123d42d
commit 348d55616e

View File

@ -283,11 +283,11 @@ const LoginForm = ({
PasswordHash: hash,
});
// if (portals.length === 1) {
// window.open(`${portals[0].portalLink}`, "_self");
if (portals.length === 1) {
window.open(`${portals[0].portalLink}`, "_self");
// return;
// }
return;
}
const searchParams = new URLSearchParams();