Skip to content

Commit

Permalink
Merge pull request #208 from seamapi/kwikset-device-guide-fix
Browse files Browse the repository at this point in the history
Change the name of one of the sample Schlage users #2
  • Loading branch information
mastafit committed Oct 23, 2023
2 parents 228209b + 29ee12b commit 417cdee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
{
"user_id": "user_3",
"email": "kanye@example.com",
"email": "andrew@example.com",
"password": "1234"
}
],
Expand All @@ -43,7 +43,7 @@

### Users

<table><thead><tr><th width="150">user_id</th><th width="213.45238095238096">email</th><th>password</th><th># Locks</th></tr></thead><tbody><tr><td>user_1</td><td>jane@example.com</td><td>1234</td><td>2</td></tr><tr><td>user_2</td><td>john@example.com</td><td>1234</td><td>1</td></tr><tr><td>user_3</td><td>kanye@example.com</td><td>1234</td><td>0</td></tr></tbody></table>
<table><thead><tr><th width="150">user_id</th><th width="213.45238095238096">email</th><th>password</th><th># Locks</th></tr></thead><tbody><tr><td>user_1</td><td>jane@example.com</td><td>1234</td><td>2</td></tr><tr><td>user_2</td><td>john@example.com</td><td>1234</td><td>1</td></tr><tr><td>user_3</td><td>andrew@example.com</td><td>1234</td><td>0</td></tr></tbody></table>

### Locks

Expand Down

0 comments on commit 417cdee

Please sign in to comment.