Skip to content

Commit 053f391

Browse files
committed
fix typo in admin pages docs
1 parent c5ff5e6 commit 053f391

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/usage/admin-panel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ You can also manually generate a key using the `Fernet` library in Python:
9494
```python
9595
from cryptography.fernet import Fernet
9696
key = Fernet.generate_key().decode()
97-
print(key)```
97+
print(key)
9898
```
9999

100100
You can then set this key in your environment or `.env` file:

0 commit comments

Comments
 (0)