fix: can't log in to existing account
This commit is contained in:
		
							parent
							
								
									aca0b0fe4c
								
							
						
					
					
						commit
						01d369bf38
					
				@ -21,7 +21,7 @@ const databaseAccountSchema = new Schema<IDatabaseAccountJson>(
 | 
				
			|||||||
        TrackedSettings: { type: [String], default: [] },
 | 
					        TrackedSettings: { type: [String], default: [] },
 | 
				
			||||||
        Nonce: { type: Number, default: 0 },
 | 
					        Nonce: { type: Number, default: 0 },
 | 
				
			||||||
        LastLoginDay: { type: Number },
 | 
					        LastLoginDay: { type: Number },
 | 
				
			||||||
        LatestEventMessageDate: { type: Date, required: true }
 | 
					        LatestEventMessageDate: { type: Date, default: 0 }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    opts
 | 
					    opts
 | 
				
			||||||
);
 | 
					);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user