diff --git a/src/commoncomponents/PasswordDialog.qml b/src/commoncomponents/PasswordDialog.qml
index 28eced6104d0d3c7f867a324c6e7073617933fbc..a47abca118dd12e776c382c03aacc4c0a9914e2b 100644
--- a/src/commoncomponents/PasswordDialog.qml
+++ b/src/commoncomponents/PasswordDialog.qml
@@ -167,7 +167,7 @@ Dialog {
                         Layout.maximumHeight: 30
                         Layout.fillWidth: true
 
-                        visible: purpose === PasswordDialog.ChangePassword
+                        visible: purpose === PasswordDialog.ChangePassword || purpose === PasswordDialog.ExportAccount
                         echoMode: TextInput.Password
                         font.pointSize: 10
                         font.kerning: true