Check auth_service for constructing message
Этот коммит содержится в:
@@ -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'
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user