Skip to content

Commit d288635

Browse files
Merge pull request #35 from appwrite/user-fix-2
Users fix 2
2 parents b07a371 + 465dcb0 commit d288635

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+696
-787
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Adding a new dependency should have vital value on the product with minimum poss
147147
│ │ │ │ ├── _create.svelte // Component to Create collections
148148
│ │ │ │ └── index.svelte // Entrypoint for "/console/[PROJECT_ID]/database"
149149
│ │ │ ├── storage // Storage Service "/console/[PROJECT]/storage"
150-
│ │ │ └── users // Users Service "/console/[PROJECT]/users"
150+
│ │ │ └── authentication // Users Service "/console/[PROJECT]/authentication"
151151
│ │ └──...
152152
│ ├── login.svelte // Component for Login "/console/login"
153153
│ └── register.svelte // Component for Register "/console/register"

0 commit comments

Comments
 (0)