Skip to content

Commit

Permalink
Update home.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
joetannenbaum committed Feb 17, 2023
1 parent 2925a21 commit a20c79a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/home.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
<div x-show="mode === 'login'">
<label for="email" class="block text-sm font-medium text-gray-700">Username</label>
<div class="relative mt-1 rounded-md shadow-sm">
<input x-model="username" type="text" id="username" v-model="username" autocomplete="username"
required autocapitalize="off"
<input x-model="username" type="text" id="username" v-model="username" autocomplete="off" required
autocapitalize="off"
class="block w-full px-3 py-2 placeholder-gray-400 border rounded-md appearance-none focus:outline-none sm:text-sm"
:class="error ? 'border-red-300 focus:border-red-500 focus:ring-red-500' : 'border-gray-300 focus:border-sky-500 focus:ring-sky-500'" />
<div class="absolute inset-y-0 right-0 flex items-center pr-3 pointer-events-none" x-show="error">
Expand Down

0 comments on commit a20c79a

Please sign in to comment.