2
0
mirror of https://github.com/status-im/consul.git synced 2025-03-02 14:20:39 +00:00

7 lines
139 B
JavaScript

export default (submitable, clickable, attribute) => (scope = '.auth-form') => {
return {
scope: scope,
...submitable(),
};
};