fix: update boarding flow logic to complete onboarding when server is created

This commit is contained in:
Andras Bacsai
2025-10-29 23:06:34 +01:00
parent 5ed0b44bd0
commit c95e297f39
3 changed files with 60 additions and 3 deletions

View File

@@ -33,7 +33,7 @@
</div>
@endif
<x-forms.button type="submit">Validate & Add Token</x-forms.button>
<x-forms.button type="submit" wire:target="addToken">Validate & Add Token</x-forms.button>
@else
{{-- Full page layout: horizontal, spacious --}}
<div class="flex gap-2 items-end flex-wrap">
@@ -64,7 +64,7 @@
</div>
@endif
</div>
<x-forms.button type="submit">Validate & Add Token</x-forms.button>
<x-forms.button type="submit" wire:target="addToken">Validate & Add Token</x-forms.button>
@endif
</form>
</div>