mirror of
				https://github.com/Crazyco-xyz/48hr.email.git
				synced 2025-11-04 07:16:32 +01:00 
			
		
		
		
	Add missing customization
This commit is contained in:
		
							parent
							
								
									b162cf6577
								
							
						
					
					
						commit
						9ed87ca53a
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -38,7 +38,9 @@ router.get(
 | 
			
		|||
				res.render('mail', {
 | 
			
		||||
					title: req.params.address,
 | 
			
		||||
					address: req.params.address,
 | 
			
		||||
					mail
 | 
			
		||||
					mail,
 | 
			
		||||
					madeby: config.branding[1],
 | 
			
		||||
					madebysite: config.branding[2]
 | 
			
		||||
				})
 | 
			
		||||
			} else {
 | 
			
		||||
				next({message: 'email not found', status: 404})
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue