Skip to content

Commit

Permalink
🐛 fix: change memosServerToken type to password
Browse files Browse the repository at this point in the history
  • Loading branch information
zrr1999 committed Oct 10, 2024
1 parent 0e00331 commit b708401
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Usememos Changelog

## [Upgrade Usememos] - 2024-10-10
- 🐛 fix: change `memosServerToken` type to password

## [Upgrade Usememos] - 2024-10-09

- ♻️ refactor: remove unused code and use raycast-env.d.ts
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
},
{
"name": "memosServerToken",
"type": "textfield",
"type": "password",
"title": "Memos Server Token",
"description": "Token is used to authenticate with the memos server",
"required": true
Expand Down

0 comments on commit b708401

Please sign in to comment.