add hide password label
This commit is contained in:
@@ -210,7 +210,9 @@ function CreateDialogInner({passwords}: {passwords: string[]}) {
|
|||||||
</CopyButton>
|
</CopyButton>
|
||||||
</View>
|
</View>
|
||||||
<Button
|
<Button
|
||||||
label={_(msg`Show Password`)}
|
label={
|
||||||
|
showPassword ? _(msg`Hide Password`) : _(msg`Show Password`)
|
||||||
|
}
|
||||||
size="small"
|
size="small"
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
|
|||||||
Reference in New Issue
Block a user