sms verification: basic stepper
This commit is contained in:
@@ -166,7 +166,10 @@ class Account extends Component {
|
||||
|
||||
// TODO: pass props
|
||||
return (
|
||||
<SMSVerification onClose={ this.onVerificationClose } />
|
||||
<SMSVerification
|
||||
account={ address }
|
||||
onClose={ this.onVerificationClose }
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user