Skeleton added for the third party auth buttons

VAN-140
This commit is contained in:
adeelehsan
2021-01-08 02:05:41 +05:00
parent a1aeff836c
commit 07d59a40d8
8 changed files with 462 additions and 93 deletions

View File

@@ -10,9 +10,10 @@ export const ENTERPRISE_LOGIN_URL = '/enterprise/login';
// Constants
export const SUPPORTED_ICON_CLASSES = ['apple', 'facebook', 'google', 'microsoft'];
// Stateful Submit Button States
// States
export const DEFAULT_STATE = 'default';
export const PENDING_STATE = 'pending';
export const COMPLETE_STATE = 'complete';
export const REGISTRATION_VALIDITY_MAP = {};
export const REGISTRATION_OPTIONAL_MAP = {};