mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-09 00:18:00 +01:00
Merge branch 'main' into fix/breadcrumb-createToggle2
This commit is contained in:
commit
d8ba773de5
2
frontend/.github/workflows/node.js.yml
vendored
2
frontend/.github/workflows/node.js.yml
vendored
@ -5,7 +5,7 @@ name: Node.js CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
@ -1,4 +1,4 @@
|
||||
[![Build Status](https://travis-ci.org/Unleash/unleash-frontend.svg?branch=master)](https://travis-ci.org/Unleash/unleash-frontend)
|
||||
[![Build Status](https://travis-ci.org/Unleash/unleash-frontend.svg?branch=main)](https://travis-ci.org/Unleash/unleash-frontend)
|
||||
|
||||
# Developing
|
||||
|
||||
|
@ -22,7 +22,7 @@ const PasswordField = ({ ...rest }) => {
|
||||
type={showPassword ? 'text' : 'password'}
|
||||
InputProps={{
|
||||
style: {
|
||||
paddingRight: '0px !important',
|
||||
paddingRight: '0px',
|
||||
},
|
||||
endAdornment: (
|
||||
<InputAdornment position="end">
|
||||
|
@ -269,7 +269,7 @@ class AddContextComponent extends Component {
|
||||
specific values of this context field. PS! Not all
|
||||
client SDK's support this feature yet!{' '}
|
||||
<a
|
||||
href="https://unleash.github.io/docs/activation_strategy#flexiblerollout"
|
||||
href="https://docs.getunleash.io/advanced/stickiness"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>
|
||||
|
@ -114,6 +114,8 @@ const PasswordAuth = ({ authDetails, passwordLogin }) => {
|
||||
helperText={usernameError}
|
||||
autoComplete="true"
|
||||
data-test={LOGIN_EMAIL_ID}
|
||||
variant="outlined"
|
||||
size="small"
|
||||
/>
|
||||
<PasswordField
|
||||
label="Password"
|
||||
|
Loading…
Reference in New Issue
Block a user