mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
7 lines
139 B
JavaScript
7 lines
139 B
JavaScript
|
export default (submitable, clickable, attribute) => (scope = '.auth-form') => {
|
||
|
return {
|
||
|
scope: scope,
|
||
|
...submitable(),
|
||
|
};
|
||
|
};
|