Skip to content

Commit

Permalink
Image update
Browse files Browse the repository at this point in the history
  • Loading branch information
JaerenMoneyBox committed Mar 23, 2022
1 parent 68d12d7 commit 41cdb8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand All @@ -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:

Expand Down

0 comments on commit 41cdb8f

Please sign in to comment.