marinofaggiana 3 years ago
parent
commit
8446d6f738
1 changed files with 2 additions and 0 deletions
  1. 2 0
      iOSClient/Login/NCLogin.swift

+ 2 - 0
iOSClient/Login/NCLogin.swift

@@ -123,6 +123,8 @@ class NCLogin: UIViewController, UITextFieldDelegate, NCLoginQRCodeDelegate {
         
         // certificate
         certificate.setImage(UIImage(named: "certificate")?.image(color: textColor, size: 100), for: .normal)
+        certificate.isHidden = true
+        certificate.isEnabled = false
         
         if NCManageDatabase.shared.getAccounts()?.count ?? 0 == 0 {
             imageUser.isHidden = true