Check auth_service for constructing message

Этот коммит содержится в:
girish@cloudron.io
2016-01-19 13:12:10 -08:00
родитель e5471e09cd
Коммит 6f866f8c03

Просмотреть файл

@@ -493,7 +493,7 @@ export default class UserSettingsGeneralTab extends React.Component {
); );
submit = this.submitEmail; submit = this.submitEmail;
} else { } else if (this.props.user.auth_service === Constants.GITLAB_SERVICE) {
inputs.push( inputs.push(
<div <div
key='oauthEmailInfo' key='oauthEmailInfo'