mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-11-03 18:58:24 +00:00 
			
		
		
		
	Merge branch '145-permettre-de-visualiser-les-documents-dans-libreoffice-en-utilisant-webdav' into testing-202401
This commit is contained in:
		@@ -27,9 +27,9 @@ class JWTOnDavUrlAuthenticator extends JWTTokenAuthenticator
 | 
			
		||||
        JWTTokenManagerInterface $jwtManager,
 | 
			
		||||
        EventDispatcherInterface $dispatcher,
 | 
			
		||||
        TokenExtractorInterface $tokenExtractor,
 | 
			
		||||
        private readonly DavOnUrlTokenExtractor $davOnUrlTokenExtractor,
 | 
			
		||||
        TokenStorageInterface $preAuthenticationTokenStorage,
 | 
			
		||||
        TranslatorInterface $translator = null,
 | 
			
		||||
        private readonly DavOnUrlTokenExtractor $davOnUrlTokenExtractor,
 | 
			
		||||
    ) {
 | 
			
		||||
        parent::__construct($jwtManager, $dispatcher, $tokenExtractor, $preAuthenticationTokenStorage, $translator);
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user