Skip to content

Commit ba48e98

Browse files
committed
🐛FIX: remove username
1 parent 48ecfcd commit ba48e98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/authentication.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports = async () => {
2323
const username = await io.read();
2424

2525
const userToken = `module.exports = {
26-
Authorization: "${username}:${token}",
26+
Authorization: "Token ${token}",
2727
}`;
2828

2929
const userData = `module.exports = {

0 commit comments

Comments
 (0)