Add an indicator of the google account on the front

This commit is contained in:
2023-06-23 00:58:39 +09:00
committed by GitBluub
parent 279d16d59a
commit ccc86895e2
3 changed files with 30 additions and 17 deletions
+1
View File
@@ -5,6 +5,7 @@ import UserSettings from './UserSettings';
interface User extends Model {
name: string;
email: string;
googleID: string;
isGuest: boolean;
premium: boolean;
data: UserData;