4 lines
70 B
JavaScript
4 lines
70 B
JavaScript
module.exports = (token) => {
|
|
return { token, username: token };
|
|
};
|