mirror of
https://github.com/tonikelope/megabasterd.git
synced 2025-05-28 20:40:13 +02:00
5.89b
-Mega session cache
This commit is contained in:
parent
cca356ed04
commit
6a9f2b3524
@ -1155,7 +1155,9 @@ public final class MiscTools {
|
|||||||
|
|
||||||
boolean error_2FA = false;
|
boolean error_2FA = false;
|
||||||
|
|
||||||
if (ma.check2FA(email)) {
|
HashMap<String, Object> old_session_data = DBTools.selectMegaSession(email);
|
||||||
|
|
||||||
|
if (old_session_data != null && ma.check2FA(email)) {
|
||||||
|
|
||||||
Get2FACode dialog = new Get2FACode((Frame) container.getParent(), true, email, main_panel);
|
Get2FACode dialog = new Get2FACode((Frame) container.getParent(), true, email, main_panel);
|
||||||
|
|
||||||
@ -1173,8 +1175,6 @@ public final class MiscTools {
|
|||||||
if (!error_2FA) {
|
if (!error_2FA) {
|
||||||
try {
|
try {
|
||||||
|
|
||||||
HashMap<String, Object> old_session_data = DBTools.selectMegaSession(email);
|
|
||||||
|
|
||||||
boolean unserialization_error = false;
|
boolean unserialization_error = false;
|
||||||
|
|
||||||
if (old_session_data != null) {
|
if (old_session_data != null) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user