mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	fix meta in SignupService
This commit is contained in:
		
							parent
							
								
									e6a78d8027
								
							
						
					
					
						commit
						c31ee21485
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -58,7 +58,6 @@ export class SignupService {
 | 
			
		|||
	}) {
 | 
			
		||||
		const { username, password, passwordHash, host, reason } = opts;
 | 
			
		||||
		let hash = passwordHash;
 | 
			
		||||
		const instance = await this.metaService.fetch(true);
 | 
			
		||||
 | 
			
		||||
		// Validate username
 | 
			
		||||
		if (!this.userEntityService.validateLocalUsername(username)) {
 | 
			
		||||
| 
						 | 
				
			
			@ -118,7 +117,7 @@ export class SignupService {
 | 
			
		|||
		let account!: MiUser;
 | 
			
		||||
		let defaultApproval = false;
 | 
			
		||||
 | 
			
		||||
		if (!instance.approvalRequiredForSignup) defaultApproval = true;
 | 
			
		||||
		if (!this.meta.approvalRequiredForSignup) defaultApproval = true;
 | 
			
		||||
 | 
			
		||||
		// Start transaction
 | 
			
		||||
		await this.db.transaction(async transactionalEntityManager => {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue