Update migration setting view

pull/4969/head
Daniel Supernault 2024-03-02 04:23:48 -07:00
rodzic f8145a78cf
commit 9bc5338dbd
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 23740873EE6F76A1
1 zmienionych plików z 10 dodań i 2 usunięć

Wyświetl plik

@ -34,9 +34,16 @@
Back to Settings
</a>
</div>
<hr />
</div>
<div>
@if($hasExistingMigration)
<div class="row">
<div class="col-12 mt-5">
<p class="lead mb-0 text-center">You have migrated your account already.</p>
</div>
</div>
@else
<div class="row">
<div class="col-12">
<p class="lead">If you want to move this account to another account, please read the following carefully.</p>
@ -88,6 +95,7 @@
</form>
</div>
</div>
@endif
</div>
</div>
</div>