X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=www%2Fjssrc%2Fblerg%2FRecovery.js;h=31401c7a483bc923b7abb1920faae79e4a2fe2d9;hb=HEAD;hp=c3efbadaa38a3282372325dd2fa175aa4e55c097;hpb=476c970903c4f3d29a8da3fa7c6f6f237745a8b7;p=blerg.git diff --git a/www/jssrc/blerg/Recovery.js b/www/jssrc/blerg/Recovery.js index c3efbad..31401c7 100644 --- a/www/jssrc/blerg/Recovery.js +++ b/www/jssrc/blerg/Recovery.js @@ -2,9 +2,9 @@ enyo.kind({ name: "blerg.Recovery", components: [ {tag: 'h2', content: "Reset Your Password"}, - {tag: 'p', components: [ + {tag: 'form', onsubmit: 'submitRecovery', components: [ {kind: 'onyx.InputDecorator', classes: "recovery", components: [ - {kind: 'onyx.Input', name: "newPassword"} + {kind: 'onyx.Input', name: "newPassword", type: 'password'} ]}, {kind: 'onyx.Button', content: "Set", onclick: "submitRecovery", classes: "recovery"} ]}