mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-01 20:17:35 -04:00 
			
		
		
		
	Fixes for password protection
This commit is contained in:
		
							parent
							
								
									d1e0d982f1
								
							
						
					
					
						commit
						a7abc2cd1b
					
				| @ -42,7 +42,7 @@ class PasswordProtection | ||||
|         if($timeout == 0) | ||||
|             $timeout = now()->addYear(); | ||||
|         else | ||||
|             $timeout = now()->addMinutes($timeout/60000); | ||||
|             $timeout = now()->addMinutes($timeout/1000); | ||||
| 
 | ||||
|         if (Cache::get(auth()->user()->hashed_id.'_logged_in')) { | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user