Remove profile step from old onboarding (#3989)

This commit is contained in:
Eric Bailey 2024-05-13 13:15:38 -05:00 committed by GitHub
parent 8e1541e0a5
commit 10919319bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 18 deletions

View file

@ -120,6 +120,8 @@ export function StepFinished() {
})(),
(async () => {
if (!gate('reduced_onboarding_and_home_algo')) return
const {imageUri, imageMime} = profileStepResults
if (imageUri && imageMime) {
const blobPromise = uploadBlob(getAgent(), imageUri, imageMime)