WIP: Successful Google Auth, broke pretty much everything else in the process
This commit is contained in:
@ -19,8 +19,6 @@ export default (
|
||||
user: User,
|
||||
options: Options = {}
|
||||
): UserPresentation => {
|
||||
ctx.cache.set(user.id, user);
|
||||
|
||||
const userData = {};
|
||||
userData.id = user.id;
|
||||
userData.username = user.username;
|
||||
|
Reference in New Issue
Block a user