Add trusted browsers user setting module
- Add trusted browsers help section
This commit is contained in:
		
					parent
					
						
							
								54fa2e8f12
							
						
					
				
			
			
				commit
				
					
						5a949911ba
					
				
			
		
					 6 changed files with 174 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -385,6 +385,7 @@ return [
 | 
			
		|||
			'/recovery'     => [Module\Settings\TwoFactor\Recovery::class,    [R::GET, R::POST]],
 | 
			
		||||
			'/app_specific' => [Module\Settings\TwoFactor\AppSpecific::class, [R::GET, R::POST]],
 | 
			
		||||
			'/verify'       => [Module\Settings\TwoFactor\Verify::class,      [R::GET, R::POST]],
 | 
			
		||||
			'/trusted'      => [Module\Settings\TwoFactor\Trusted::class, [R::GET, R::POST]],
 | 
			
		||||
		],
 | 
			
		||||
		'/delegation[/{action}/{user_id}]' => [Module\Settings\Delegation::class,       [R::GET, R::POST]],
 | 
			
		||||
		'/display'                 => [Module\Settings\Display::class,             [R::GET, R::POST]],
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue