feat: VAN-876 - Rename register experiment with improved metrics (#537)

This commit is contained in:
Shafqat Farhan
2022-03-09 16:18:51 +05:00
committed by GitHub
parent 6e99e1e72c
commit 182fb34a03
6 changed files with 34 additions and 30 deletions

View File

@@ -32,4 +32,4 @@ export const VALID_NAME_REGEX = /[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,
// Query string parameters that can be passed to LMS to manage
// things like auto-enrollment upon login and registration.
export const AUTH_PARAMS = ['course_id', 'enrollment_action', 'course_mode', 'email_opt_in', 'purchase_workflow', 'next', 'save_for_later'];
export const AUTH_PARAMS = ['course_id', 'enrollment_action', 'course_mode', 'email_opt_in', 'purchase_workflow', 'next', 'save_for_later', 'register_for_free'];