summaryrefslogtreecommitdiff
path: root/auth-dialog/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth-dialog/main.c')
-rw-r--r--auth-dialog/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/auth-dialog/main.c b/auth-dialog/main.c
index a7f127b..fe6f8ae 100644
--- a/auth-dialog/main.c
+++ b/auth-dialog/main.c
@@ -132,8 +132,6 @@ get_secrets (const char *vpn_uuid,
vpn_password_dialog_new (_("Authenticate VPN"), prompt, NULL);
g_free (prompt);
- vpn_password_dialog_set_show_password_secondary (dialog, FALSE);
-
/* pre-fill dialog with the password */
if (pw && !(pw_flags & NM_SETTING_SECRET_FLAG_NOT_SAVED))
vpn_password_dialog_set_password (dialog, pw);