registration fixes

This commit is contained in:
FrenchGithubUser
2025-03-13 17:22:45 +01:00
parent d23421b0f2
commit f076aa9f0a
7 changed files with 60 additions and 35 deletions

View File

@@ -8,4 +8,11 @@ Copy `.env` to `.env.local` and replace the values with yours
### Optional
The `docker/` folder contains some containers to various services used by `actix-index`. Feel free to use these or a local install of them
The `docker/` folder contains some containers to various services used by `actix-index`. Feel free to use these or a local install of them
## Developing
```
cargo run
```