fix(desktop/login): pass identifier alongside email and add phone to preview user
Aligns the desktop client with the server's phone-or-email login API so sign-in works after the identifier-based auth switch.
This commit is contained in:
@@ -57,6 +57,7 @@ async function submitLogin() {
|
||||
}
|
||||
|
||||
await login({
|
||||
identifier: form.email,
|
||||
email: form.email,
|
||||
password: form.password,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user