Skip to content

Commit

Permalink
Merge pull request #35 from appwrite/user-fix-2
Browse files Browse the repository at this point in the history
Users fix 2
  • Loading branch information
TorstenDittmann authored Aug 16, 2022
2 parents b07a371 + 465dcb0 commit d288635
Show file tree
Hide file tree
Showing 67 changed files with 696 additions and 787 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Adding a new dependency should have vital value on the product with minimum poss
│ │ │ │ ├── _create.svelte // Component to Create collections
│ │ │ │ └── index.svelte // Entrypoint for "/console/[PROJECT_ID]/database"
│ │ │ ├── storage // Storage Service "/console/[PROJECT]/storage"
│ │ │ └── users // Users Service "/console/[PROJECT]/users"
│ │ │ └── authentication // Users Service "/console/[PROJECT]/authentication"
│ │ └──...
│ ├── login.svelte // Component for Login "/console/login"
│ └── register.svelte // Component for Register "/console/register"
Expand Down
Loading

1 comment on commit d288635

@vercel
Copy link

@vercel vercel bot commented on d288635 Aug 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.