:ambulance: on change success, the label forgot_password.change_success didn't exists
        Hadrien Froger hadrien@octree.ch
        
        
        
        
        
        Wed, 22 Jul 2020 16:05:17 +0100
        
          1 files changed,
          1 insertions(+),
          1 deletions(-)
          
          jump to
            
            
            
            M
            
          
          app/src/pages/ResetPassword.js
          
            → 
            app/src/pages/ResetPassword.js
          
          
            
          @@ -26,7 +26,7 @@ setIsLoading(true);
try { await resetPassword(code, password, passwordConfirmation); setPasswordError(''); - addToast(t('forgot_password.change_success')); + addToast(t('lost_password.change_success')); history.push('/login'); } catch (err) { if (err.kind === 'bad_data') {