kopia lustrzana https://github.com/nextcloud/social
				
				
				
			Merge pull request #1574 from nextcloud/artonge/fix/webfinger_warning_first_use
Check webfinger after having created the userpull/1575/head
						commit
						f860167e81
					
				| 
						 | 
				
			
			@ -153,11 +153,6 @@ class NavigationController extends Controller {
 | 
			
		|||
			$this->configService->setSocialUrl();
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		if ($serverData['isAdmin']) {
 | 
			
		||||
			$checks = $this->checkService->checkDefault();
 | 
			
		||||
			$serverData['checks'] = $checks;
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		/*
 | 
			
		||||
		 * Create social user account if it doesn't exist yet
 | 
			
		||||
		 */
 | 
			
		||||
| 
						 | 
				
			
			@ -172,6 +167,11 @@ class NavigationController extends Controller {
 | 
			
		|||
			// neither.
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		if ($serverData['isAdmin']) {
 | 
			
		||||
			$checks = $this->checkService->checkDefault();
 | 
			
		||||
			$serverData['checks'] = $checks;
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		$this->initialStateService->provideInitialState(Application::APP_NAME, 'serverData', $serverData);
 | 
			
		||||
		return new TemplateResponse(Application::APP_NAME, 'main');
 | 
			
		||||
	}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Ładowanie…
	
		Reference in New Issue