ProfilePageView: idk why I didnt do that b4

This commit is contained in:
AdrienLSH 2024-03-31 23:24:49 +02:00
parent 55eb47a4e5
commit 2af2bdba27

View File

@ -8,7 +8,7 @@ export default class extends AbstractView {
}
setTitle() {
document.title = `${this.username} - Profile`;
document.title = this.titleKey;
}
async postInit()