mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-25 11:40:13 -05:00
11 lines
739 B
TypeScript
11 lines
739 B
TypeScript
export const ACCOUNT_DELETION_SSO_REAUTH_CALLBACK_PATH = "/auth/account-deletion/sso/complete";
|
|
export const ACCOUNT_DELETION_SSO_REAUTH_ERROR_QUERY_PARAM = "accountDeletionError";
|
|
export const ACCOUNT_DELETION_SSO_REAUTH_FAILED_ERROR_CODE = "sso_reauth_failed";
|
|
export const ACCOUNT_DELETION_SSO_REAUTH_REQUIRED_ERROR_CODE = "sso_reauth_required";
|
|
export const ACCOUNT_DELETION_EMAIL_MISMATCH_ERROR_CODE = "account_deletion_email_mismatch";
|
|
export const ACCOUNT_DELETION_CONFIRMATION_REQUIRED_ERROR_CODE = "account_deletion_confirmation_required";
|
|
export const FORMBRICKS_CLOUD_ACCOUNT_DELETION_SURVEY_URL =
|
|
"https://app.formbricks.com/s/clri52y3z8f221225wjdhsoo2";
|
|
|
|
export const DELETE_ACCOUNT_WRONG_PASSWORD_ERROR = "Wrong password";
|