mirror of
				https://github.com/Crazyco-xyz/48hr.email.git
				synced 2025-11-04 07:16:32 +01:00 
			
		
		
		
	Update delete link
This commit is contained in:
		
							parent
							
								
									98769782cc
								
							
						
					
					
						commit
						77a1710954
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -62,7 +62,7 @@ router.get(
 | 
			
		|||
)
 | 
			
		||||
 | 
			
		||||
router.get(
 | 
			
		||||
	'^/:address/delete/:uid([0-9]+$)',
 | 
			
		||||
	'^/:address/:uid([0-9]+$)/delete',
 | 
			
		||||
	sanitizeAddress,
 | 
			
		||||
	async (req, res, next) => {
 | 
			
		||||
		try {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -6,7 +6,7 @@
 | 
			
		|||
	    <a href="/inbox/{{ address }}">
 | 
			
		||||
	        ← Return to inbox</a>
 | 
			
		||||
	    <br>
 | 
			
		||||
        <a href="/inbox/{{ address }}/delete/{{ uid }}">
 | 
			
		||||
        <a href="/inbox/{{ address }}/{{ uid }}/delete">
 | 
			
		||||
            Delete Email</a>
 | 
			
		||||
	    <br>
 | 
			
		||||
        <a href="/logout">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue