mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-07 12:34:18 +00:00
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>
|
||||
Reference in New Issue
Block a user