From 91335a73155446b479c00ac195a5f4edeaa8f2f5 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Wed, 26 Apr 2023 19:32:19 +0800 Subject: [PATCH] Update login section in local development --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1d8f2ad22..2de5a3734 100644 --- a/README.md +++ b/README.md @@ -85,12 +85,11 @@ This will start postgres, initialize the database, and start the web and api ser Open and confirm Omnivore is running -### 3. Create a test account +### 3. Login with the test account -Omnivore uses social login, but for testing there is an email + password -option. +During database setup docker-compose creates an account `demo@omnivore.app`, password: `demo`. -Go to in your browser. +Go to in your browser and choose `Continue with Email` to login. ### Frontend Development