Add an indicator of the google account on the front
This commit is contained in:
@@ -5,6 +5,7 @@ import UserSettings from './UserSettings';
|
||||
interface User extends Model {
|
||||
name: string;
|
||||
email: string;
|
||||
googleID: string;
|
||||
isGuest: boolean;
|
||||
premium: boolean;
|
||||
data: UserData;
|
||||
|
||||
Reference in New Issue
Block a user