From b333fdd7f027b0d9c3a368be1c691d25458fdb35 Mon Sep 17 00:00:00 2001 From: JapSeyz Date: Sat, 6 Dec 2025 15:31:45 +0000 Subject: [PATCH] Fix typo in login instructions for API connection --- resources/views/livewire/auth/login.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/livewire/auth/login.blade.php b/resources/views/livewire/auth/login.blade.php index a860ef8..f8874c2 100644 --- a/resources/views/livewire/auth/login.blade.php +++ b/resources/views/livewire/auth/login.blade.php @@ -3,7 +3,7 @@

Log in to your account

Enter your email and password below to log in

- This is the NativePHP Mobile API Starter Kit. To get started you must connect your app to an API. The API endpoints for this app is included in the same codebase. You can simply run `herd share` or use something like `ngrock` to start up the server. Then update your `.env` with the API endpoint, then continue to register/login. + This is the NativePHP Mobile API Starter Kit. To get started you must connect your app to an API. The API endpoints for this app is included in the same codebase. You can simply run `herd share` or use something like `ngrok` to start up the server. Then update your `.env` with the API endpoint, then continue to register/login.

@if($errorMessage)