change dash-board layout
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user