feat: Add translation on 3 languages for sight page

This commit is contained in:
2025-06-01 00:34:59 +03:00
parent 0d9bbb140f
commit 87386c6a73
22 changed files with 768 additions and 732 deletions

View File

@@ -79,7 +79,7 @@ class AuthStore {
};
get isAuthenticated() {
return this.payload?.token !== null;
return this.payload !== null;
}
get user() {