{"version":3,"file":"login-Cmmeeyz-.js","sources":["../../../client/app/bundles/Teacher/components/accounts/login/password_info.jsx","../../../client/app/bundles/Teacher/components/accounts/login/login_form.jsx","../../../client/app/bundles/Login/startup/LoginFormAppClient.jsx","../../../client/app/bundles/Login/startup/clientRegistration.js"],"sourcesContent":["import React from 'react';\nconst bulbSrc = `${window.postbuildEnv.CDN_URL}/images/onboarding/bulb.svg`\n\nexport default class PasswordInfo extends React.Component {\n\n componentDidUpdate(prevProps) {\n const { showHintBox, } = this.props\n if (showHintBox !== prevProps.showHintBox && showHintBox) {\n const element = document.getElementById('password-hint');\n if (element) {\n element.scrollIntoView({ behavior: 'smooth', block: 'nearest', });\n }\n }\n }\n\n render() {\n const { showHintBox, } = this.props\n\n if (!showHintBox) { return }\n\n return (\n
Example username:
\njane.smith@magic-apple
\nYour username is your first and last name combined with your class code.
\nExample password:
\nSmith
\nYour password might be your last name with the first letter capitalized.
\nKeep me signed in
If you're a Google user, you can also log in using your email address. You just need to create a password.
\n Create a password\nDon't have an account? Sign up
\n