.DS_Store
.DS_Store
This is a binary file and will not be displayed.
+1
-1
islands/Header.tsx
+1
-1
islands/Header.tsx
+63
-39
islands/MigrationProgress.tsx
+63
-39
islands/MigrationProgress.tsx
······+case 2: return step.name === "Enter the token sent to your email to complete identity migration"··················+class="flex-1 rounded-md border-gray-300 shadow-sm focus:border-blue-500 focus:ring-blue-500 dark:border-gray-600 dark:bg-gray-700 dark:text-white dark:focus:border-blue-400 dark:focus:ring-blue-400"+class="px-4 py-2 border border-transparent rounded-md shadow-sm text-sm font-medium text-white bg-blue-600 hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500 transition-colors duration-200"-<div class="space-y-4 p-4 bg-blue-50 dark:bg-blue-900 rounded-lg border-2 border-blue-200 dark:border-blue-800">-class="flex-1 rounded-md border-gray-300 shadow-sm focus:border-blue-500 focus:ring-blue-500 dark:border-gray-600 dark:bg-gray-700 dark:text-white dark:focus:border-blue-400 dark:focus:ring-blue-400"-class="px-4 py-2 border border-transparent rounded-md shadow-sm text-sm font-medium text-white bg-blue-600 hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500 transition-colors duration-200"<div class="p-4 bg-yellow-50 dark:bg-yellow-900 rounded-lg border-2 border-yellow-200 dark:border-yellow-800">···<div class="p-4 bg-green-50 dark:bg-green-900 rounded-lg border-2 border-green-200 dark:border-green-800">
+16
lib/sessions.ts
+16
lib/sessions.ts
···
+1
-1
routes/api/cred/login.ts
+1
-1
routes/api/cred/login.ts
+10
routes/api/logout.ts
+10
routes/api/logout.ts
+188
-28
routes/api/migrate/data.ts
+188
-28
routes/api/migrate/data.ts
···+console.log(`Retry attempt ${attempt + 1}/${maxRetries} after ${delay}ms:`, lastError.message);······
+45
routes/api/migrate/next-step.ts
+45
routes/api/migrate/next-step.ts
···+if (!oldStatus.data || !newStatus.data) return new Response("Could not verify status", { status: 500 });
+68
routes/api/migrate/status.ts
+68
routes/api/migrate/status.ts
···+if (!oldStatus.data || !newStatus.data) return new Response("Could not verify status", { status: 500 });
-27
routes/api/oauth/logout.ts
-27
routes/api/oauth/logout.ts
···