changed the appVersion
All checks were successful
Build frontend / build (push) Successful in 1m6s

This commit is contained in:
2026-03-27 00:06:13 +00:00
parent b613bde682
commit 2fb55db360

View File

@ -150,7 +150,7 @@ export async function loginWithEmail(credential, password) {
credential,
password,
device: 0,
appVersion: '1.0',
appVersion: '',
});
}
@ -159,7 +159,7 @@ export async function loginWithPhone(credential, password) {
credential,
password,
device: 0,
appVersion: '1.0',
appVersion: '',
});
}