auth: wip: sign in page and form, need to finish

This commit is contained in:
Philippe Loctaux 2023-03-11 00:38:13 +01:00
parent d790d2ff29
commit 1695eca466
9 changed files with 179 additions and 6 deletions

View file

@ -20,4 +20,7 @@ impl Settings {
pub fn business_logo(&self) -> &[u8] {
self.business_logo.as_slice()
}
pub fn business_name(&self) -> &str {
&self.business_name
}
}