DocSpace-buildtools/web/ASC.Web.Login/steps_file.js
2021-12-21 15:59:11 +08:00

11 lines
266 B
JavaScript

// in this file you can append custom step methods to 'I' object
module.exports = function() {
return actor({
// Define custom steps here, use 'this' to access default methods of I.
// It is recommended to place a general 'login' function here.
});
}