summaryrefslogtreecommitdiff
path: root/src/client/account.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/account.ts')
-rw-r--r--src/client/account.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/account.ts b/src/client/account.ts
index 6f06ee0f32..102269a0dc 100644
--- a/src/client/account.ts
+++ b/src/client/account.ts
@@ -8,6 +8,8 @@ import { unisonReload } from '@client/scripts/unison-reload';
type Account = {
id: string;
token: string;
+ isModerator: boolean;
+ isAdmin: boolean;
};
const data = localStorage.getItem('account');