feat(profile): display version number from .env in profile menu (#182)

* feat(profile): display version number from .env in profile menu

* Update version checking process

---------

Co-authored-by: LukeGus <bugattiguy527@gmail.com>
This commit was merged in pull request #182.
This commit is contained in:
Shivam Kumar
2025-09-08 10:44:17 +05:30
committed by GitHub
parent aa04597e16
commit dfb50ed8b1
6 changed files with 47 additions and 36 deletions

View File

@@ -142,6 +142,7 @@ interface AuthResponse {
}
interface UserInfo {
totp_enabled: boolean;
id: string;
username: string;
is_admin: boolean;