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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ main ]
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
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
|
# Developing
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ const PasswordField = ({ ...rest }) => {
|
|||||||
type={showPassword ? 'text' : 'password'}
|
type={showPassword ? 'text' : 'password'}
|
||||||
InputProps={{
|
InputProps={{
|
||||||
style: {
|
style: {
|
||||||
paddingRight: '0px !important',
|
paddingRight: '0px',
|
||||||
},
|
},
|
||||||
endAdornment: (
|
endAdornment: (
|
||||||
<InputAdornment position="end">
|
<InputAdornment position="end">
|
||||||
|
@ -269,7 +269,7 @@ class AddContextComponent extends Component {
|
|||||||
specific values of this context field. PS! Not all
|
specific values of this context field. PS! Not all
|
||||||
client SDK's support this feature yet!{' '}
|
client SDK's support this feature yet!{' '}
|
||||||
<a
|
<a
|
||||||
href="https://unleash.github.io/docs/activation_strategy#flexiblerollout"
|
href="https://docs.getunleash.io/advanced/stickiness"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
>
|
>
|
||||||
|
@ -114,6 +114,8 @@ const PasswordAuth = ({ authDetails, passwordLogin }) => {
|
|||||||
helperText={usernameError}
|
helperText={usernameError}
|
||||||
autoComplete="true"
|
autoComplete="true"
|
||||||
data-test={LOGIN_EMAIL_ID}
|
data-test={LOGIN_EMAIL_ID}
|
||||||
|
variant="outlined"
|
||||||
|
size="small"
|
||||||
/>
|
/>
|
||||||
<PasswordField
|
<PasswordField
|
||||||
label="Password"
|
label="Password"
|
||||||
|
Loading…
Reference in New Issue
Block a user