mirror of
https://github.com/coollabsio/coolify.git
synced 2026-09-24 07:25:13 -05:00
fix(ux): show api token description inline
This commit is contained in:
@@ -107,9 +107,13 @@
|
||||
@endcan
|
||||
|
||||
@if (session()->has('token'))
|
||||
<x-application.settings-section title="Copy your token"
|
||||
description="This value will not be shown again after you leave this page.">
|
||||
<x-forms.copy-button :text="session('token')" />
|
||||
<x-application.settings-section title="Copy your token">
|
||||
<div class="flex flex-col gap-3">
|
||||
<p class="text-sm text-neutral-500 dark:text-fg-dim">
|
||||
This value will not be shown again after you leave this page.
|
||||
</p>
|
||||
<x-forms.copy-button :text="session('token')" />
|
||||
</div>
|
||||
</x-application.settings-section>
|
||||
@endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user