kblincoe / VisualGit_SE701_3

0 stars 0 forks source link

Sign-in impossible when "Remember login" is ticked #118

Open sguy016 opened 6 years ago

sguy016 commented 6 years ago

Nothing happen when you click on the "Sign In" button when "Remember Login" is ticked.

Way to reproduce :

  1. Enter your username and password
  2. Tick "Remember me"
  3. Click on "Sign in" button

@softeng-701 requesting approuval

Update:

It needs to install crypto-js and add "crypto-js": "^3.1.9-1" in package.json to work.

softeng-701 commented 6 years ago

@sguy016 Approved

sahilcc7 commented 6 years ago

@sguy016 need to npm install crypto-js.

Just needs "crypto-js": "^3.1.9-1" in package.json

sguy016 commented 6 years ago

@sahilcc7 alright, so I can change to a very small issue and update the description of the issue.