mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
turned off html clear to show duplicate password disc
This commit is contained in:
@@ -26,8 +26,8 @@ class SignInView extends ScrollView
|
||||
@username.on 'keypress', => @validate()
|
||||
|
||||
@password.hiddenInput.attr('tabindex', 2)
|
||||
@password.hmtl ''
|
||||
@password.attr('class', 'password')
|
||||
# @password.hmtl ''
|
||||
@password.addClass 'password'
|
||||
@password.on 'core:confirm', => @generateOAuth2Token()
|
||||
@password.on 'keypress', => @validate()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user