Fix app onboarding on Safari
| @@ -6154,7 +6154,7 @@ async function doOnboarding(avatarId) { | ||
| 6154 | 6154 | template.find('input[name="enable_simple_mode"]').on('input', function () { |
| 6155 | 6155 | simpleUiMode = $(this).is(':checked'); |
| 6156 | 6156 | }); |
| 6157 | 6157 | let userName = await callGenericPopup(template, POPUP_TYPE.INPUT, currentUser?.name || name1, { rows: 2, wide: true, large: true }); |
| 6158 | 6158 | |
| 6159 | 6159 | if (userName) { |
| 6160 | 6160 | userName = userName.replace('\n', ' '); |