sms verification: basic stepper

This commit is contained in:
Jannis R
2016-11-03 18:13:45 +01:00
parent f96e69309f
commit fc76fa9252
2 changed files with 62 additions and 14 deletions

View File

@@ -166,7 +166,10 @@ class Account extends Component {
// TODO: pass props
return (
<SMSVerification onClose={ this.onVerificationClose } />
<SMSVerification
account={ address }
onClose={ this.onVerificationClose }
/>
);
}