Client side atproto account migrator in your web browser, along with services for backups and adversarial migrations.

done?

authored by baileytownsend.dev and committed by Tangled 68219be8 00c7e032

Changed files
+3 -2
+2 -2
README.md
··· 2 3 ![moo](./public/moo.webp) 4 5 - Use at your own risk, I will not host till I have a bit more validation and retry logic in place. 6 - AND it will still be very much so, use at your own Risk.
··· 2 3 ![moo](./public/moo.webp) 4 5 + A no frills client side PDS account migrator for ATProto. For more info check out 6 + [pdsmoover.com](https://pdsmoover.com)
+1
index.html
··· 110 this.plcStatus = 'PLC operation signed successfully! Your account has been MOOved to the new PDS.'; 111 // this.askForPlcToken = false; 112 } catch (error) { 113 console.error(error); 114 } 115 }
··· 110 this.plcStatus = 'PLC operation signed successfully! Your account has been MOOved to the new PDS.'; 111 // this.askForPlcToken = false; 112 } catch (error) { 113 + this.error = error.message; 114 console.error(error); 115 } 116 }