Tweak service name and warning text

This commit is contained in:
Kevin Sawicki
2013-05-16 16:46:25 -07:00
parent a4455d2c5f
commit e05b443a69

View File

@@ -77,8 +77,8 @@ class SignInView extends ScrollView
success: ({token}={}) =>
if token?.length > 0
unless keytar.replacePassword('GitHub.com', 'github', token)
console.warn 'Unable to save GitHub.com token to keychain'
unless keytar.replacePassword('github.com', 'github', token)
console.warn 'Unable to save GitHub token to keychain'
@detach()
error: (response={}) =>