1
0
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:
Youssef Khedher 2022-01-10 14:13:01 +01:00 committed by GitHub
commit d8ba773de5
5 changed files with 6 additions and 4 deletions

View File

@ -5,7 +5,7 @@ name: Node.js CI
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
jobs:

View File

@ -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

View File

@ -22,7 +22,7 @@ const PasswordField = ({ ...rest }) => {
type={showPassword ? 'text' : 'password'}
InputProps={{
style: {
paddingRight: '0px !important',
paddingRight: '0px',
},
endAdornment: (
<InputAdornment position="end">

View File

@ -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"
>

View File

@ -114,6 +114,8 @@ const PasswordAuth = ({ authDetails, passwordLogin }) => {
helperText={usernameError}
autoComplete="true"
data-test={LOGIN_EMAIL_ID}
variant="outlined"
size="small"
/>
<PasswordField
label="Password"