Browse Source

Also show bdsmail address

Bob Mottram 7 years ago
parent
commit
c2e0f68541
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/freedombone-controlpanel-user

+ 3
- 0
src/freedombone-controlpanel-user View File

@@ -899,6 +899,9 @@ function show_your_email_address {
899 899
         echo $'Your bdsmail address as a QR code'
900 900
         echo ''
901 901
         echo -n "${bdsmail_address}" | qrencode -t UTF8
902
+        echo ''
903
+        echo "${bdsmail_address}"
904
+        echo ''
902 905
         any_key
903 906
     fi
904 907
 }