add pwd dialog visibility property
This commit is contained in:
		
							parent
							
								
									27db94367b
								
							
						
					
					
						commit
						20198a9071
					
				| 
						 | 
					@ -19,6 +19,7 @@ class LogInUser extends Component {
 | 
				
			||||||
      errorEmail: false,
 | 
					      errorEmail: false,
 | 
				
			||||||
      errorPassword: false,
 | 
					      errorPassword: false,
 | 
				
			||||||
      logged: null,
 | 
					      logged: null,
 | 
				
			||||||
 | 
					      showPwdResetDialog: false,
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue