From 298f91783bc198b00fa1c3ca527defe526ab285c Mon Sep 17 00:00:00 2001 From: Samson Akol Date: Wed, 7 Sep 2022 21:04:22 +0300 Subject: [PATCH] Removes guest string --- .../contentcuration/frontend/shared/vuex/session/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/contentcuration/contentcuration/frontend/shared/vuex/session/index.js b/contentcuration/contentcuration/frontend/shared/vuex/session/index.js index 86e7e8485f..58e8e130e5 100644 --- a/contentcuration/contentcuration/frontend/shared/vuex/session/index.js +++ b/contentcuration/contentcuration/frontend/shared/vuex/session/index.js @@ -6,9 +6,7 @@ import { Session, User } from 'shared/data/resources'; import { forceServerSync } from 'shared/data/serverSync'; import translator from 'shared/translator'; -const GUEST_USER = { - first_name: 'Guest', -}; +const GUEST_USER = {}; function langCode(language) { // Turns a Django language name (en-gb) into an ISO language code (en-GB)