// (C) Copyright 2015 Moodle Pty Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. export const GET_STARTED_URL = 'https://moodle.com'; export const ONBOARDING_DONE = 'onboarding_done'; export const FAQ_QRCODE_INFO_DONE = 'qrcode_info_done'; export const FAQ_URL_IMAGE_HTML = ''; export const FAQ_QRCODE_IMAGE_HTML = ''; export const EMAIL_SIGNUP_FEATURE_NAME = 'CoreLoginEmailSignup'; export const FORGOTTEN_PASSWORD_FEATURE_NAME = 'NoDelegate_ForgottenPassword'; export const IDENTITY_PROVIDERS_FEATURE_NAME = 'NoDelegate_IdentityProviders'; export const IDENTITY_PROVIDER_FEATURE_NAME_PREFIX = 'NoDelegate_IdentityProvider_'; export const ALWAYS_SHOW_LOGIN_FORM = 'always_show_login_form'; export const ALWAYS_SHOW_LOGIN_FORM_CHANGED = 'always_show_login_form_changed'; // Event indicating that a user left the app because it wasn't supported by a site. export const APP_UNSUPPORTED_CHURN = 'app_unsupported_churn';