Client side atproto account migrator in your web browser, along with services for backups and adversarial migrations. pdsmoover.com
pds atproto migrations moo cow
128
fork

Configure Feed

Select the types of activity you want to include in your feed.

show 2fa input again

+2 -2
+1 -1
justfile
··· 27 27 docker buildx build \ 28 28 --platform linux/arm64,linux/amd64 \ 29 29 --tag fatfingers23/moover_ui:latest \ 30 - --tag fatfingers23/moover_ui:0.0.9 \ 30 + --tag fatfingers23/moover_ui:0.0.10 \ 31 31 --file Dockerfiles/web-ui.Dockerfile \ 32 32 --builder desktop-linux \ 33 33 --push .
+1 -1
web-ui/src/routes/moover/[[pds]]/+page.svelte
··· 181 181 //@ts-expect-error: JS being js. doesn't like not having the type' 182 182 if (error.error === 'AuthFactorTokenRequired') { 183 183 showTwoFactorCodeInput = true; 184 + migrationInProgress = false; 184 185 } 185 186 //@ts-expect-error: JS being js. doesn't like not having the type' 186 187 errorMessage = error.message; 187 - // migrationInProgress = false; 188 188 } 189 189 } 190 190