mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Tweak service name and warning text
This commit is contained in:
@@ -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={}) =>
|
||||
|
||||
Reference in New Issue
Block a user