* Since `acct` is split by `@` and assigned to `username` and `domain`, we only need to split `acct` into two Strings.
		
			
				
	
	
	
		
			1.7 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			1.7 KiB
		
	
	
	
	
	
	
	
* Since `acct` is split by `@` and assigned to `username` and `domain`, we only need to split `acct` into two Strings.