Fix Bug 69417 - WordPress. Seamless DocSpace authorization does not work in a frame

This commit is contained in:
Alexey Safronov 2024-07-26 13:27:35 +04:00
parent a90aff601d
commit 3f0af41170

View File

@ -369,7 +369,7 @@ class AuthStore {
login = async (user: TUser, hash: string, session = true) => { login = async (user: TUser, hash: string, session = true) => {
try { try {
const response = (await api.user.login(user, hash, session)) as { const response = (await api.user.login(user, hash, "", session)) as {
token: string; token: string;
tfa: string; tfa: string;
error: { message: unknown }; error: { message: unknown };