Skip to content

Commit

Permalink
Update update-team-whmcs-form.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bobimicroweber committed Jan 15, 2024
1 parent 1830e21 commit 9573ec1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/views/teams/update-team-whmcs-form.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ class="{{ $errors->has('whmcs_url') ? 'is-invalid' : '' }}"

<div class="w-md-75 mt-4">
<div class="form-group">
<x-jet-label for="whmcs_auth_type" value="{{ __('WHMSC Auth Type') }}" />
<x-jet-label for="whmcs_auth_type" value="{{ __('WHMCS Auth Type') }}" />
<select id="whmcs_auth_type" name="whmcs_auth_type" wire:model="settings.whmcs_auth_type" class="form-control">
<option value="">Select</option>
<option value="api">API</option>
<option value="password">Username &amp; Password</option>
</select>
Expand Down

0 comments on commit 9573ec1

Please sign in to comment.