Skip to content

Commit

Permalink
CB-4591 do not require password if its saved (#2342)
Browse files Browse the repository at this point in the history
Co-authored-by: Daria Marutkina <[email protected]>
  • Loading branch information
devnaumov and dariamarutkina authored Jan 31, 2024
1 parent a698363 commit cf2d647
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export const SSH: TabContainerPanelComponent<Props> = observer(function SSH({ st
state={handlerState}
disabled={disabled || !enabled}
readOnly={readonly}
required={!keyAuth && handlerState.savePassword}
required={!passwordSaved && !keyAuth && handlerState.savePassword}
description={passwordSaved ? translate('ui_processing_saved') : undefined}
tiny
fill
Expand Down

0 comments on commit cf2d647

Please sign in to comment.