Réarrangement du code; correction css; écriture uniquement du nouveau message
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import { client, navigateTo } from "../../index.js";
|
||||
import AbstractAuthentifiedView from "../AbstractAuthentifiedView.js";
|
||||
import AbstractAuthentifiedView from "../abstracts/AbstractAuthentifiedView.js";
|
||||
|
||||
export default class extends AbstractAuthentifiedView
|
||||
{
|
||||
@ -8,4 +8,4 @@ export default class extends AbstractAuthentifiedView
|
||||
client.logout();
|
||||
navigateTo("/login")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user