We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48ecfcd commit ba48e98Copy full SHA for ba48e98
1 file changed
utils/authentication.js
@@ -23,7 +23,7 @@ module.exports = async () => {
23
const username = await io.read();
24
25
const userToken = `module.exports = {
26
- Authorization: "${username}:${token}",
+ Authorization: "Token ${token}",
27
}`;
28
29
const userData = `module.exports = {
0 commit comments