feat: added remember me checkbox in login form

This commit is contained in:
2024-11-28 17:34:43 +01:00
parent 3ea4bc6b3a
commit 500886aacd
5 changed files with 34 additions and 15 deletions
+5
View File
@@ -9,6 +9,11 @@ server {
alias /code/static;
}
# Media files
location /media {
alias /code/media;
}
# Reverse proxy
location / {
proxy_pass http://127.0.0.1:8000;