From 41cdb8f8b88aa843b6eee13422e92960a9ec942e Mon Sep 17 00:00:00 2001 From: Jaeren Coathup Date: Wed, 23 Mar 2022 23:53:17 +0000 Subject: [PATCH] Image update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48cd60e..1c3d10e 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The project includes the networking code and models to complete the task, you wi ## Part 1 - Login Screen… We would like to allow the user to enter their email address and password and login to our app. Please design your screen according to the wireframes below: -![Login](/images/login.png =x250) +![Login](/images/login.png =100x20) To login please use the endpoint and credentials below: ``` @@ -34,7 +34,7 @@ You can use `LoginRequest` to make your request and `LoginResponse to parse your ## Part 2 - Display Plan Value Once you have logged in, please create a simple screen that displays the user's `TotalPlanValue`. Please design your screen according to the wireframe below: -![Accounts](/images/accounts.png =x250) +![Accounts](/images/accounts.png =100x20) To retrieve this data please use the endpoint with an additional authorization header, replacing {BEARER_TOKEN_HERE} with the bearer token you retrieved when logging in: