fix: licensing
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
</div>
|
||||
@if (session()->has('error'))
|
||||
<div class="text-error">
|
||||
{{ session('error') }}
|
||||
{!! session('error') !!}
|
||||
</div>
|
||||
@endif
|
||||
</form>
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
<div>
|
||||
<form wire:submit.prevent='submit'>
|
||||
<x-forms.input id="license" label="License Key" />
|
||||
<x-forms.button type='submit'>Check</x-forms.button>
|
||||
</form>
|
||||
</div>
|
||||
@@ -29,6 +29,6 @@
|
||||
Subscription</a>
|
||||
</x-forms.button>
|
||||
@else
|
||||
<div>Resale license is not active. Please contact your instance admin.</div>
|
||||
<div class="px-10">Resale license is not active. Please contact your instance admin.</div>
|
||||
@endif
|
||||
</x-layout-subscription>
|
||||
|
||||
Reference in New Issue
Block a user