Skip to content

Commit

Permalink
chore: revert reset active profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuditi committed Oct 18, 2023
1 parent 0005a6b commit 86865ea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/desktop/views/login/views/SelectProfileView.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import { localize } from '@core/i18n'
import { IPersistedProfile, ProfileType, removeProfileFolder } from '@core/profile'
import { destroyProfileManager } from '@core/profile-manager/actions'
import { loadPersistedProfileIntoActiveProfile, resetActiveProfile } from '@core/profile/actions'
import { loadPersistedProfileIntoActiveProfile } from '@core/profile/actions'
import { profiles } from '@core/profile/stores'
import { loginRouter, routerManager } from '@core/router'
import { PopupId, openPopup } from '@desktop/auxiliary/popup'
Expand Down Expand Up @@ -56,8 +56,6 @@
}
$onboardingProfile = undefined
}
// Ensure there is no active profile set from previous app activity
resetActiveProfile()
})
</script>

Expand Down

0 comments on commit 86865ea

Please sign in to comment.