Fix: small type-o

This commit is contained in:
2025-11-17 10:35:51 +01:00
parent 43b8610aa6
commit 6010666dcf
2 changed files with 8 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ This project is currently in **Phase 1: Initial Development**.
User privacy and security are paramount. All sensitive user credentials, such as OAuth access and refresh tokens from external platforms, are **always encrypted** before being stored in the database. They are never stored in plain text, ensuring a high standard of security for user data.
## <EFBFBD> Technology Stack
## 🖥️ Technology Stack
* **Backend:** Python 3.9+ (FastAPI)
* **Database:** SQLite (initially, for simplicity) with SQLAlchemy