Fix name
This commit is contained in:
parent
e323b0dada
commit
a2c9c8f2ee
@ -117,8 +117,9 @@ func WhitelabelPost() func(*gin.Context) {
|
||||
}
|
||||
|
||||
ctx.JSON(200, gin.H{
|
||||
"success": true,
|
||||
"bot": bot,
|
||||
"success": true,
|
||||
"bot": bot,
|
||||
"username": bot.Bot.Username,
|
||||
})
|
||||
}
|
||||
}
|
||||
|
@ -108,7 +108,7 @@
|
||||
gap: 2%;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 900px) {
|
||||
@media only screen and (max-width: 1180px) {
|
||||
.wrapper {
|
||||
flex-direction: column;
|
||||
}
|
||||
@ -228,7 +228,7 @@
|
||||
$: token = '';
|
||||
|
||||
await loadBot();
|
||||
notifySuccess(`Started tickets whitelabel on ${res.data.bot.username}`);
|
||||
notifySuccess(`Started tickets whitelabel on ${res.data.bot.name}`);
|
||||
}
|
||||
|
||||
async function updateStatus() {
|
||||
@ -267,6 +267,7 @@
|
||||
}
|
||||
|
||||
bot = res.data;
|
||||
|
||||
active = true;
|
||||
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user