:bug: lost password link should be lost-password
        Hadrien Froger hadrien@octree.ch
        
        
        
        
        
        Wed, 09 Sep 2020 09:37:27 +0100
        
          1 files changed,
          1 insertions(+),
          1 deletions(-)
          
          
        
            
            
            
            M
            
          
          app/src/containers/SignInForm/index.js
          
            → 
            app/src/containers/SignInForm/index.js
          
          
            
          @@ -103,7 +103,7 @@ type="password"
error={!!error} gutterBottom /> - <RouterLink to="/reset-password" component={Link}> + <RouterLink to="/lost-password" component={Link}> <Typography align="center" variant="body2"> {t('lost_password.message')} </Typography>