SuperNETorg / Iguana-application

This repository is no longer maintained
7 stars 4 forks source link

Error message should be thrown when an invalid passphrase is entered by user #20

Closed kashifali007 closed 7 years ago

kashifali007 commented 8 years ago

Error message should be thrown when an invalid passphrase is entered by user

Steps to reproduce:

  1. Make sure you have latest code
  2. gulp prod
  3. open latest index.html in browser
  4. start coind
  5. create passphrase through coind cli
  6. enter invalid passphrase through iguana gui
  7. Click on login button

you will be observing here that no error message is thrown.

Expected result:

I guess an error message should be thrown indicating that passphrase isn't valid

arkadig commented 7 years ago

@kashifali007 I can't reproduce the issue you mentioned. I see those are already fixed. please check again.

pbca26 commented 7 years ago

@arkadig the issue still persist. Have a look, I have a bunch of errors in console and no error message at all.

no-error-on-wrong-passphrase

arkadig commented 7 years ago

@kashifali007 I am done with this. Can you please check it?

kashifali007 commented 7 years ago

Hi @arkadig

Issue seems fix now but doesn't throw a meaning information. so I think we should fix this also. wrongpassphrase

kashifali007 commented 7 years ago

error message issue has been fixed however I'm observing another issue. i will log it separately @arkadig

cc: @pbca26 @imboogieman