- Clean up some of the odd Unicode characters that show up if you copy your handle from your profile
- Added info on how to sign in after
- Added some tips to help with Invalid Handle
+5
index.html
+5
index.html
······this.plcStatus = 'PLC operation signed successfully! Your account has been MOOved to the new PDS.';···
······this.plcStatus = 'PLC operation signed successfully! Your account has been MOOved to the new PDS.';···+<div x-show="done" class="status-message">Congratulations! You have MOOved to a new PDS! Remember to use+your new PDS URL under "Hosting provider" when logging in on Bluesky. Can find more detail information
+32
-2
public/info.html
+32
-2
public/info.html
···<img src="/moo.webp" alt="Cartoon milk cow" style="max-width: 100%; max-height: 100%; object-fit: contain;">······<p>If you're having issues with PDS MOOver first of all, I'm very sorry. I have tested this to the best of···if it created the account, repo is there but some blobs are missing. You can uncheck everything but"Migrate Missing Blobs", "Migrate Prefs", and "Migrate PLC record" and it will pick up after the accountrepo migration. It is odd in the fact that all the fields are required. That's just to cut down on logic-to hopefully cut down on bugs. If you don't ever see the "Please enter your PLC Token" you can justforget about it and call it a day if it's too much. Your old account is still active and working.</p><p>PDS MOOver was designed to pretty much be the goat account migration with a UI. Like in this <a
···<img src="/moo.webp" alt="Cartoon milk cow" style="max-width: 100%; max-height: 100%; object-fit: contain;">······+<li>On the Sign in screen for <a href="https://bsky.app">bsky.app</a> or on the app click the top input+<li>In the input for server address you put the same URL you used for the new PDS URL with the https://+<p>It's a bit of a bug sometimes. I'm not sure what causes it, but usually mentioning your handle in a post+Like <code>@fullhandle.newpds.com</code>, may or may not highlight it blue and autofill it but make sure<p>If you're having issues with PDS MOOver first of all, I'm very sorry. I have tested this to the best of···if it created the account, repo is there but some blobs are missing. You can uncheck everything but"Migrate Missing Blobs", "Migrate Prefs", and "Migrate PLC record" and it will pick up after the accountrepo migration. It is odd in the fact that all the fields are required. That's just to cut down on logic+to hopefully cut down on bugs. If you don't ever see the "Please enter your PLC Token" and enter theforget about it and call it a day if it's too much. Your old account is still active and working.</p><p>PDS MOOver was designed to pretty much be the goat account migration with a UI. Like in this <a
+6
-3
src/pdsmoover.js
+6
-3
src/pdsmoover.js
···async migrate(oldHandle, password, newPdsUrl, newEmail, newHandle, inviteCode, statusUpdateHandler = null, twoFactorCode = null) {······
···async migrate(oldHandle, password, newPdsUrl, newEmail, newHandle, inviteCode, statusUpdateHandler = null, twoFactorCode = null) {+oldHandle = oldHandle.replace('@', '').trim().replace(/[\u202A\u202C\u200E\u200F\u2066-\u2069]/g, '');······