mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-05-12 14:43:56 +00:00
Implemented proper error handling, now we can do user.save($conn)?;
and it works.
In the future, maybe we can do the same with the `find_by_id` methods that return an Option.
This commit is contained in:
parent
172f1770cf
commit
6a99849a1e
22 changed files with 472 additions and 487 deletions
|
@ -14,9 +14,8 @@
|
|||
use std::{path::Path, process::{exit, Command}};
|
||||
use rocket::Rocket;
|
||||
|
||||
#[macro_use]
|
||||
#[macro_use] mod error;
|
||||
mod util;
|
||||
|
||||
mod api;
|
||||
mod db;
|
||||
mod crypto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue