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:
@@ -142,6 +142,7 @@ interface AuthResponse {
|
||||
}
|
||||
|
||||
interface UserInfo {
|
||||
totp_enabled: boolean;
|
||||
id: string;
|
||||
username: string;
|
||||
is_admin: boolean;
|
||||
|
||||
Reference in New Issue
Block a user