Remove unused enums

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2024-11-05 18:34:47 +00:00
parent f919d1654a
commit 464be37815
No known key found for this signature in database
GPG key ID: A2B008A5F49F5D0D
4 changed files with 2 additions and 35 deletions

View file

@ -19,9 +19,7 @@ import { XOR } from "../../../@types/common";
export enum E2EState {
Verified = "verified",
Warning = "warning",
Unknown = "unknown",
Normal = "normal",
Unauthenticated = "unauthenticated",
}
const crossSigningUserTitles: { [key in E2EState]?: TranslationKey } = {