✨ CLI Loading server stats and traces
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
export function createAuthHeader(username: string, password: string) {
|
||||
export function createAuthHeader(password: string, username: string = "RoadSign CLI") {
|
||||
const credentials = Buffer.from(`${username}:${password}`).toString("base64")
|
||||
return `Basic ${credentials}`
|
||||
}
|
Reference in New Issue
Block a user