kishikawa katsumi 10 жил өмнө
parent
commit
a784be95e1
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -403,8 +403,8 @@ if let password = keychain.get(username) {
             // If the login is successful,
             // save the credentials to both the Keychain and the Shared Web Credentials.
 
-            keychain[username] = password
-            keychain.setSharedPassword(password, account: username)
+            keychain[username] = inputPassword
+            keychain.setSharedPassword(inputPassword, account: username)
         }
     }
 }