From 9bc5338dbd6d287a59f7145285214f42abafd514 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sat, 2 Mar 2024 04:23:48 -0700 Subject: [PATCH] Update migration setting view --- resources/views/settings/migration/index.blade.php | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/resources/views/settings/migration/index.blade.php b/resources/views/settings/migration/index.blade.php index 6056839ba..c74f13219 100644 --- a/resources/views/settings/migration/index.blade.php +++ b/resources/views/settings/migration/index.blade.php @@ -34,9 +34,16 @@ Back to Settings -
- + +
+ @if($hasExistingMigration) +
+
+

You have migrated your account already.

+
+
+ @else

If you want to move this account to another account, please read the following carefully.

@@ -88,6 +95,7 @@
+ @endif