mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 19:49:01 +01:00 
			
		
		
		
	refactor(routes/login): remove unused rendering of HTML
This commit is contained in:
		
							parent
							
								
									59ecc614c2
								
							
						
					
					
						commit
						d1bd2d2812
					
				| @ -94,8 +94,7 @@ function verifyPassword(guessedPassword: string) { | ||||
| function logout(req: Request, res: Response) { | ||||
|     req.session.regenerate(() => { | ||||
|         req.session.loggedIn = false; | ||||
| 
 | ||||
|         res.redirect("login"); | ||||
|         res.sendStatus(200); | ||||
|     }); | ||||
| } | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Panagiotis Papadopoulos
						Panagiotis Papadopoulos