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: on:
push: push:
branches: [ master ] branches: [ main ]
pull_request: pull_request:
jobs: 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 # Developing

View File

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

View File

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

View File

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