change dash-board layout

This commit is contained in:
smanylov
2026-01-13 15:29:34 +07:00
parent 2e928fb91a
commit afb6bf1760
14 changed files with 1484 additions and 14 deletions
-2
View File
@@ -299,8 +299,6 @@ export async function tokenLifeExtension() {
if (response.ok) {
const parsed = await response.json();
console.log('tokenLifeExtension');
console.log(parsed.message_code);
await updateSession();
}
} catch (error) {