Fix Password Assistance Bugs (#97)

- Fixed focus issue
- Added validations
- Updated error message

VAN-298
This commit is contained in:
Zainab Amir
2021-02-04 13:49:22 +05:00
committed by GitHub
parent 68032afdd0
commit c6d45a0fe1
10 changed files with 218 additions and 185 deletions

View File

@@ -10,6 +10,9 @@ export const ENTERPRISE_LOGIN_URL = '/enterprise/login';
// Constants
export const SUPPORTED_ICON_CLASSES = ['apple', 'facebook', 'google', 'microsoft'];
// Error Codes
export const INTERNAL_SERVER_ERROR = 'internal-server-error';
// States
export const DEFAULT_STATE = 'default';
export const PENDING_STATE = 'pending';