mirror of
				https://github.com/Crazyco-xyz/48hr.email.git
				synced 2025-11-04 15:26:33 +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(
 | 
					router.get(
 | 
				
			||||||
	'^/:address/delete/:uid([0-9]+$)',
 | 
						'^/:address/:uid([0-9]+$)/delete',
 | 
				
			||||||
	sanitizeAddress,
 | 
						sanitizeAddress,
 | 
				
			||||||
	async (req, res, next) => {
 | 
						async (req, res, next) => {
 | 
				
			||||||
		try {
 | 
							try {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -6,7 +6,7 @@
 | 
				
			||||||
	    <a href="/inbox/{{ address }}">
 | 
						    <a href="/inbox/{{ address }}">
 | 
				
			||||||
	        ← Return to inbox</a>
 | 
						        ← Return to inbox</a>
 | 
				
			||||||
	    <br>
 | 
						    <br>
 | 
				
			||||||
        <a href="/inbox/{{ address }}/delete/{{ uid }}">
 | 
					        <a href="/inbox/{{ address }}/{{ uid }}/delete">
 | 
				
			||||||
            Delete Email</a>
 | 
					            Delete Email</a>
 | 
				
			||||||
	    <br>
 | 
						    <br>
 | 
				
			||||||
        <a href="/logout">
 | 
					        <a href="/logout">
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue