authentikate/resources/views/livewire/forms/new-application.blade.php
Javier Feliz eeb6b4bc0e
Some checks failed
tests / ci (push) Waiting to run
linter / quality (push) Has been cancelled
Initial commit
2025-07-27 02:31:34 -04:00

7 lines
409 B
PHP

<form wire:submit="create" class="flex flex-col gap-4">
<flux:heading size="xl">Add an app</flux:heading>
<flux:separator />
<flux:input wire:model="name" label="App Name" placeholder="Linkwarden, NocoDB, etc" />
<flux:input wire:model="redirect_uri" label="Redirect URI" placeholder="https://some.app/authorize" />
<flux:button variant="primary" type="submit">Create</flux:button>
</form>