marinofaggiana 4 năm trước cách đây
mục cha
commit
1a6782cd16
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      iOSClient/Login/NCLoginWeb.swift

+ 1 - 1
iOSClient/Login/NCLoginWeb.swift

@@ -144,7 +144,7 @@ class NCLoginWeb: UIViewController {
         for account in accounts {
             
             let title = account.user + " " + (URL(string: account.urlBase)?.host ?? "")
-            var fileNamePath = CCUtility.getDirectoryUserData() + "/" + CCUtility.getStringUser(account.user, urlBase: account.urlBase) + "_" + account.user
+            var fileNamePath = CCUtility.getDirectoryUserData() + "/" + CCUtility.getStringUser(account.user, urlBase: account.urlBase) + "-" + account.user
             fileNamePath = fileNamePath + ".png"
 
             if var userImage = UIImage(contentsOfFile: fileNamePath) {