fixed missing isGuest info in the return of the user info from the front API wrapper, added a warning pop over when clicking disconnect while using a guest account
This commit is contained in:
@@ -160,6 +160,7 @@ export default class API {
|
||||
name: (user.username ?? user.name) as string,
|
||||
email: user.email as string,
|
||||
premium: false,
|
||||
isGuest: user.isGuest as boolean,
|
||||
data: {
|
||||
partyPlayed: user.partyPlayed as number,
|
||||
xp: 0,
|
||||
|
||||
Reference in New Issue
Block a user