diff --git a/ui/src/sources/components/SourceStep.tsx b/ui/src/sources/components/SourceStep.tsx index d400baea8..76fc3cf35 100644 --- a/ui/src/sources/components/SourceStep.tsx +++ b/ui/src/sources/components/SourceStep.tsx @@ -121,6 +121,7 @@ class SourceStep extends PureComponent { { ) } + private get passwordPlaceholder() { + const {source} = this.props + if (source.authentication === 'basic') { + return 'Value saved in server' + } + return null + } + private get authIndicator(): JSX.Element { const {me} = this.props return (