fix: login failure on U15 #1997
@ -107,9 +107,11 @@ const createLoginResponse = (myAddress: string, account: IDatabaseAccountJson, b
 | 
				
			|||||||
        AmazonAuthToken: account.AmazonAuthToken,
 | 
					        AmazonAuthToken: account.AmazonAuthToken,
 | 
				
			||||||
        AmazonRefreshToken: account.AmazonRefreshToken,
 | 
					        AmazonRefreshToken: account.AmazonRefreshToken,
 | 
				
			||||||
        Nonce: account.Nonce,
 | 
					        Nonce: account.Nonce,
 | 
				
			||||||
        NRS: config.NRS,
 | 
					 | 
				
			||||||
        BuildLabel: buildLabel
 | 
					        BuildLabel: buildLabel
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
 | 
					    if (version_compare(buildLabel, "2015.02.13.10.41") >= 0) {
 | 
				
			||||||
 | 
					        resp.NRS = config.NRS;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
    if (version_compare(buildLabel, "2015.05.14.16.29") >= 0) {
 | 
					    if (version_compare(buildLabel, "2015.05.14.16.29") >= 0) {
 | 
				
			||||||
        // U17 and up
 | 
					        // U17 and up
 | 
				
			||||||
        resp.IRC = config.myIrcAddresses ?? [myAddress];
 | 
					        resp.IRC = config.myIrcAddresses ?? [myAddress];
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user