mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	fix(mobile): freeze on splash screen due to accessing bad state (#998)
This commit is contained in:
		@@ -380,6 +380,7 @@ class OAuthLoginButton extends ConsumerWidget {
 | 
			
		||||
              .setSuccessLoginInfo(
 | 
			
		||||
                accessToken: loginResponseDto.accessToken,
 | 
			
		||||
                isSavedLoginInfo: isSavedLoginInfo,
 | 
			
		||||
                serverUrl: serverEndpointController.text,
 | 
			
		||||
              );
 | 
			
		||||
 | 
			
		||||
          if (isSuccess) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user