···55 import type {RotationKeyType} from '$lib/types';
66 import {env} from '$env/dynamic/public';
7788- let {migrator, newHandle}: { migrator: Migrator, newHandle: string } = $props();
88+ let {migrator, newHandle, newPdsUrl}: { migrator: Migrator, newHandle: string, newPdsUrl: string } = $props();
99+1010+ let newPds = $derived(newPdsUrl.replace('https://', ''));
9111012 //UI State
1113 let errorMessage: null | string = $state(null);
···8082 <form onsubmit="{signPlcOperation}">
8183 {#if !done}
8284 <div>
8383- <h2>Please check your email attached to your previous account for a PLC token to enter below</h2>
8585+ <h2>MOOving to <span style="text-decoration: underline">{newPds}</span></h2>
8686+ <p>Please check your email attached to your previous account for a PLC token to enter below</p>
8487 <div class="form-group">
8588 <label for="plc-token">PLC Token:</label>
8689 <input type="text" id="plc-token" name="plc-token" bind:value={plcToken} required>
8790 </div>
8891 <p style="text-align: left">
8989- Please check the boxes below if you would like to add a Rotation Key to your account and to sign up for PDS MOOver's free backup service.
9292+ Please check the boxes below if you would like to add a Rotation Key to your account and to sign up
9393+ for PDS MOOver's free backup service.
9094 With a Rotation Key and backups if your new PDS ever goes down
9195 you can recover your account and it's data. This is not required but highly recommended.</p>
9296 <div class="form-group">
···165169 {/if}
166170167171 {#if done}
168168- <div class="status-message">Congratulations! You have MOOved to a new PDS! Remember to use
169169- your new PDS URL under "Hosting provider" when logging in on Bluesky. If you cannot login or see "Your account is deactivated" please follow the directions here
172172+ <div class="status-message">Congratulations! You have MOOved to <strong>{newPdsUrl}</strong>! Remember to
173173+ use
174174+ your new PDS URL under "Hosting provider" when logging in on Bluesky. If you cannot login or see "Your
175175+ account is deactivated" please follow the directions
170176 <a href={resolve('/info#cant-login')}>here.</a></div>
171177 {:else }
172178 <div>