Skip to content

Conversation

@Chani-Pielet
Copy link
Collaborator

No description provided.

@@ -0,0 +1,43 @@
import React from 'react';
import { Box, LinearProgress } from '@mui/material';
import './PasswordStrength.scss';
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reorder the imports, style files should be the last ones

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

קשור לאפרת הרטמן

}

.password-strength-meter {
height: 10px;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

replace with %

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

קשור לאפרת הרטמן

height: 10px;
border-radius: 5px;
right: 3%;
background-color: #D3D3D3;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

colors should be saved in variable, fix all occurrences

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

קשור לאפרת הרטמן

}

.password-strength-message {
margin-top: 1px;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

replace with %

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

קשור לאפרת הרטמן

@@ -0,0 +1,149 @@
import React, { useEffect, useState } from 'react';
import { useDispatch, useSelector } from 'react-redux';
// import ReCAPTCHA from 'react-google-recaptcha';
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove all comments

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

בקוד של אפרת יש את זה כשזה עובד. זה אמור להיות באמת בקוד. למחוק? או להשאיר בהערה?

{ value: 1, text: "edit user profile", iconSrc: '/images/pencil.svg' },
{ value: 2, text: "manage notifications", iconSrc: 'images/notification.svg' },
]}
title="edit user"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move all texts to constants file

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

return next(error);
}
if (same) {
user.password = "****";
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is the password constant?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

קשור לאפרת הרטמן

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants