Merge branch 'staging' into simple-nx-auth
Some checks failed
CI/CD Pipeline / deploy-staging (push) Has been cancelled
CI/CD Pipeline / deploy-main (push) Has been cancelled
CI/CD Pipeline / test (push) Has been cancelled

This commit is contained in:
2025-04-18 17:10:10 +02:00
3 changed files with 5 additions and 2 deletions

View File

@ -7,9 +7,9 @@ use rocket::{
form::Form,
fs::FileServer,
get,
http::Cookie,
http::{Cookie, Status},
post,
request::FlashMessage,
request::{FlashMessage, FromRequest, Outcome},
response::{Flash, Redirect},
routes,
time::{Duration, OffsetDateTime},
@ -30,6 +30,7 @@ use crate::{
},
SCHECKBUCH,
};
use base64::alphabet::STANDARD;
pub(crate) mod admin;
mod auth;