mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-09-07 08:26:37 -05:00
feat: implement discord role syncing
This commit is contained in:
@@ -4,6 +4,8 @@ export type AuthContext = {
|
||||
pid: number;
|
||||
username: string;
|
||||
token: string;
|
||||
email: string;
|
||||
accessLevel: number;
|
||||
};
|
||||
|
||||
export function setAuthContext(event: H3Event, context: AuthContext | null): void {
|
||||
|
||||
Reference in New Issue
Block a user