mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	use strict in all JS files
This commit is contained in:
		| @@ -1,3 +1,5 @@ | ||||
| "use strict"; | ||||
|  | ||||
| function checkAuth(req, res, next) { | ||||
|     if (!req.session.loggedIn) { | ||||
|         res.redirect("login"); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user