2019-10-22 14:54:23 +00:00
|
|
|
export const API_EDITOR_FORM_NAME = "ApiEditorForm";
|
2019-11-21 10:52:49 +00:00
|
|
|
export const CREATE_APPLICATION_FORM_NAME = "CreateApplicationForm";
|
2019-12-23 12:16:33 +00:00
|
|
|
export const INVITE_USERS_TO_ORG_FORM = "InviteUsersToOrgForm";
|
2019-12-16 08:49:10 +00:00
|
|
|
export const LOGIN_FORM_NAME = "LoginForm";
|
|
|
|
|
export const SIGNUP_FORM_NAME = "SignupForm";
|
|
|
|
|
export const FORGOT_PASSWORD_FORM_NAME = "ForgotPasswordForm";
|
|
|
|
|
export const RESET_PASSWORD_FORM_NAME = "ResetPasswordForm";
|