Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Joining Text for Email Logins #24811

Merged
merged 1 commit into from Sep 14, 2018
Merged

Conversation

epeach
Copy link

@epeach epeach commented Sep 14, 2018

For emails, we don't print login cards like for pictures or word log-ins, but instead link to instructions on how to join. This updates the text in the Section Action Dropdown from "Print Login Cards" to "Joining Instructions" for email sections

@@ -55,7 +56,7 @@ class SectionActionDropdown extends Component {
};

componentDidMount() {
if (this.props.sectionData.loginType === "google_classroom" || this.props.sectionData.loginType === "clever") {
if (this.props.sectionData.loginType === OAuthSectionTypes.google_classroom || this.props.sectionData.loginType === OAuthSectionTypes.clever) {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just cleaning up this change as I go by

@epeach epeach merged commit f9f6458 into staging Sep 14, 2018
@epeach epeach deleted the rename-email-print-login branch September 21, 2018 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants