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
d8eef22a
Commit
d8eef22a
authored
Jul 16, 2021
by
James Addison
Browse files
Cleanup: lint fixes
(cherry picked from commit
b639600d
)
parent
a013e10a
Pipeline
#28355
failed with stage
in 9 minutes and 15 seconds
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
components/admin_console/phabricator_settings.jsx
View file @
d8eef22a
...
...
@@ -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 @
d8eef22a
...
...
@@ -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 @
d8eef22a
...
...
@@ -718,7 +718,7 @@ class LoginController extends React.PureComponent {
/>
</
span
>
</
span
>
</
a
>
</
a
>
,
);
}
...
...
components/root/root.jsx
View file @
d8eef22a
...
...
@@ -16,7 +16,6 @@ import * as UserAgent from 'utils/user_agent';
import
{
EmojiIndicesByAlias
}
from
'
utils/emoji.jsx
'
;
import
{
trackLoadTime
}
from
'
actions/telemetry_actions.jsx
'
;
import
*
as
GlobalActions
from
'
actions/global_actions
'
;
import
BrowserStore
from
'
stores/browser_store
'
;
import
{
loadRecentlyUsedCustomEmojis
}
from
'
actions/emoji_actions
'
;
import
{
initializePlugins
}
from
'
plugins
'
;
import
'
plugins/export.js
'
;
...
...
components/signup/signup_controller/signup_controller.jsx
View file @
d8eef22a
...
...
@@ -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 @
d8eef22a
...
...
@@ -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