Merge branch 'staging' into simple-nx-auth
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user