Fix password field forwarding the token.
This commit is contained in:
parent
8c215819b1
commit
0b602027d2
@ -153,6 +153,7 @@ System.out.println("Sync Request (Read)");
|
||||
Password = (String) accountServer.get("Token");
|
||||
if (Password.equals(CTOKEN)) {
|
||||
Token = (String) accountServer.get("Token");
|
||||
Password = (String) accountServer.get("Password");
|
||||
Fname = (String) accountServer.get("FName");
|
||||
Path = (String) accountServer.get("Path");
|
||||
Email = (String) accountServer.get("Email");
|
||||
@ -235,6 +236,8 @@ System.out.println("Sync Request (Read)");
|
||||
searchQuery1.append("status", false);
|
||||
dCollection.deleteMany(searchQuery);
|
||||
dCollection.deleteMany(searchQuery1);
|
||||
|
||||
|
||||
}
|
||||
public static void delegate ()
|
||||
{
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user