Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tools
mattermost
mattermost-webapp
Commits
9c6803bc
Commit
9c6803bc
authored
Jun 08, 2021
by
James Addison
Browse files
Cleanup: lint fixes
(cherry picked from commit
b639600d
)
parent
8f3a5e59
Changes
5
Hide whitespace changes
Inline
Side-by-side
components/admin_console/phabricator_settings.jsx
View file @
9c6803bc
...
...
@@ -6,10 +6,10 @@ import {FormattedHTMLMessage, FormattedMessage} from 'react-intl';
import
*
as
Utils
from
'
utils/utils.jsx
'
;
import
AdminSettings
from
'
./admin_settings
.jsx
'
;
import
BooleanSetting
from
'
./boolean_setting
.jsx
'
;
import
AdminSettings
from
'
./admin_settings
'
;
import
BooleanSetting
from
'
./boolean_setting
'
;
import
SettingsGroup
from
'
./settings_group.jsx
'
;
import
TextSetting
from
'
./text_setting
.jsx
'
;
import
TextSetting
from
'
./text_setting
'
;
export
default
class
PhabricatorSettings
extends
AdminSettings
{
constructor
(
props
)
{
...
...
components/error_page/error_message.tsx
View file @
9c6803bc
...
...
@@ -145,7 +145,7 @@ const ErrorMessage: React.FC<Props> = ({type, message, service, isGuest}: Props)
}
}
/>
</
p
>
<
p
>
<
p
>
<
FormattedMessage
id
=
'error.oauth_missing_code.phabricator'
defaultMessage
=
'For {link} please make sure you followed the setup instructions.'
...
...
components/login/login_controller/login_controller.jsx
View file @
9c6803bc
...
...
@@ -731,7 +731,7 @@ class LoginController extends React.PureComponent {
/>
</
span
>
</
span
>
</
a
>
</
a
>
,
);
}
...
...
components/signup/signup_controller/signup_controller.jsx
View file @
9c6803bc
...
...
@@ -225,7 +225,7 @@ export default class SignupController extends React.PureComponent {
/>
</
span
>
</
span
>
</
a
>
</
a
>
,
);
}
...
...
components/user_settings/security/user_settings_security.tsx
View file @
9c6803bc
...
...
@@ -350,7 +350,7 @@ export default class SecurityTab extends React.PureComponent<Props, State> {
defaultMessage
=
'Login occurs through Phabricator. Password cannot be updated.'
/>
</
div
>
</
div
>
</
div
>
,
);
}
else
if
(
this
.
props
.
user
.
auth_service
===
Constants
.
LDAP_SERVICE
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment