Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim-the-Diamond authored and github-actions[bot] committed Sep 9, 2024
1 parent ee8fc36 commit e9806df
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/user/src/Services/Login.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ protected function getLoginFormComponent(): Component
{
return
TextInput::make('login')
->label('Login')
->required()
->autocomplete()
->autofocus()
->extraInputAttributes(['tabindex' => 1]);
->label('Login')
->required()
->autocomplete()
->autofocus()
->extraInputAttributes(['tabindex' => 1]);
}

public function authenticate(): Redirector|RedirectResponse|LoginResponse|null
Expand Down

0 comments on commit e9806df

Please sign in to comment.