| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -141,11 +141,13 @@ class _LoginPageState extends State<LoginPage> { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                        icon: const Icon(Icons.arrow_back), | 
					 | 
					 | 
					 | 
					                        icon: const Icon(Icons.arrow_back), | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                      ), | 
					 | 
					 | 
					 | 
					                      ), | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                      actions: [ | 
					 | 
					 | 
					 | 
					                      actions: [ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					                        if (serverConnectionStateSnapshot.data != null) ...[ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                          IconButton( | 
					 | 
					 | 
					 | 
					                          IconButton( | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                            onPressed: _loginBloc.refresh, | 
					 | 
					 | 
					 | 
					                            onPressed: _loginBloc.refresh, | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                            icon: const Icon(Icons.refresh), | 
					 | 
					 | 
					 | 
					                            icon: const Icon(Icons.refresh), | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                          ), | 
					 | 
					 | 
					 | 
					                          ), | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                        ], | 
					 | 
					 | 
					 | 
					                        ], | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					                      ], | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                    ) | 
					 | 
					 | 
					 | 
					                    ) | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                  : null, | 
					 | 
					 | 
					 | 
					                  : null, | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					              body: serverConnectionStateSnapshot.data == ServerConnectionState.success | 
					 | 
					 | 
					 | 
					              body: serverConnectionStateSnapshot.data == ServerConnectionState.success | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
  |