During the calculation of user initials in LoginMenue.vue, there is no fallback if first_name and last_name are '', null or undefined. This doesn't break anything, but we should have placeholder values for this case, and trying to squeeze undefinedundfined into the user icon looks bad.
During the calculation of user initials in
LoginMenue.vue, there is no fallback iffirst_nameandlast_nameare'',nullorundefined. This doesn't break anything, but we should have placeholder values for this case, and trying to squeezeundefinedundfinedinto the user icon looks bad.